diff options
Diffstat (limited to 'databases/postgresql-libpqxx3/files')
-rw-r--r-- | databases/postgresql-libpqxx3/files/patch-src-util-cxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/postgresql-libpqxx3/files/patch-src-util-cxx b/databases/postgresql-libpqxx3/files/patch-src-util-cxx new file mode 100644 index 000000000000..0b66608ad94c --- /dev/null +++ b/databases/postgresql-libpqxx3/files/patch-src-util-cxx @@ -0,0 +1,11 @@ +--- src/util.cxx.orig Sun Nov 7 15:53:59 2004 ++++ src/util.cxx Sun Nov 7 15:54:02 2004 +@@ -24,6 +24,8 @@ + #include <new> + #include <sstream> + ++#include <unistd.h> ++ + #ifdef _WIN32 + #include <windows.h> + #endif |