diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-11-07 20:46:18 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-11-07 20:46:18 +0000 |
commit | 127fefd31d7a5160b9281d0d936ad995c05a9cde (patch) | |
tree | 26b8b589fb26cf75db17792461a308b59f861cac /databases/postgresql-libpqxx3/files | |
parent | b9e6b53c0ea47065a24179d7da810a4bd651b73e (diff) |
Notes
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 |