127fefd31d
PR: 73641 Submitted by: Steven Looman <steven@krx.nl> Palle Girgensohn <girgen@pingpong.net>
11 lines
213 B
Text
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
|