summaryrefslogtreecommitdiff
path: root/databases/postgresql-libpqxx30/files/patch-src-util-cxx
blob: 0b66608ad94c4eeb45ac6176bc81f4f483db4d3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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