diff options
Diffstat (limited to 'databases/dbconnect/files/patch-src::driver_pgsql-7::pgsqlBindParam.cpp')
-rw-r--r-- | databases/dbconnect/files/patch-src::driver_pgsql-7::pgsqlBindParam.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/dbconnect/files/patch-src::driver_pgsql-7::pgsqlBindParam.cpp b/databases/dbconnect/files/patch-src::driver_pgsql-7::pgsqlBindParam.cpp new file mode 100644 index 000000000000..ed5f967d7f86 --- /dev/null +++ b/databases/dbconnect/files/patch-src::driver_pgsql-7::pgsqlBindParam.cpp @@ -0,0 +1,10 @@ +--- src/driver_pgsql-7/pgsqlBindParam.cpp.orig Sat Mar 6 03:47:23 2004 ++++ src/driver_pgsql-7/pgsqlBindParam.cpp Sat Mar 6 03:47:41 2004 +@@ -18,7 +18,7 @@ + * + */ + +- ++#include <stdio.h> + #include "pgsqlBindParam.h" + #include "dbconnectTypes.h" |