diff options
author | Andreas Rumpf <andreas@andreas-desktop> | 2010-01-14 00:05:02 +0100 |
---|---|---|
committer | Andreas Rumpf <andreas@andreas-desktop> | 2010-01-14 00:05:02 +0100 |
commit | 324b1e9d21d10fa62dcff6b2ab32d4325346dd0e (patch) | |
tree | 335daef14a8fda42b7b83d9679e790384b4b9b6d /lib/impure | |
parent | fb2ae12c4969d41fbb0857a0b9121ad947807a1e (diff) | |
download | Nim-324b1e9d21d10fa62dcff6b2ab32d4325346dd0e.tar.gz |
bugfix: fd_set mustn't be prefixed with struct
Diffstat (limited to 'lib/impure')
-rwxr-xr-x | lib/impure/db_postgres.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/impure/db_postgres.nim b/lib/impure/db_postgres.nim index 7cd93a540..25a04ed8e 100755 --- a/lib/impure/db_postgres.nim +++ b/lib/impure/db_postgres.nim @@ -1,5 +1,5 @@ # Nimrod PostgreSQL database wrapper -# (c) 2009 Andreas Rumpf +# (c) 2010 Andreas Rumpf import strutils, postgres |