From 9e21f3aa24ecb9ba99e92bdbe50dde400351d8b9 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Thu, 14 Jan 2010 00:05:02 +0100 Subject: [PATCH] bugfix: fd_set mustn't be prefixed with struct --- src/db_postgres.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db_postgres.nim b/src/db_postgres.nim index 7cd93a5404..25a04ed8e2 100755 --- a/src/db_postgres.nim +++ b/src/db_postgres.nim @@ -1,5 +1,5 @@ # Nimrod PostgreSQL database wrapper -# (c) 2009 Andreas Rumpf +# (c) 2010 Andreas Rumpf import strutils, postgres