freebsd-ports/databases/postgresql-libpqxx30/files/patch-src-util-cxx
Tilman Keskinoz 127fefd31d Upgrade to 2.4.1
PR:		73641
Submitted by:	Steven Looman <steven@krx.nl>
		Palle Girgensohn <girgen@pingpong.net>
2004-11-07 20:46:18 +00:00

11 lines
213 B
Text

--- 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