freebsd-ports/net/xmlrpc++/files/patch-src:XmlRpcDispatch.cpp
Ying-Chieh Liao c41c41f206 fix build on -stable
Noticed by:	bento via kris
2004-01-25 15:14:11 +00:00

13 lines
290 B
C++

--- src/XmlRpcDispatch.cpp.orig Sun Jan 25 23:10:04 2004
+++ src/XmlRpcDispatch.cpp Sun Jan 25 23:10:36 2004
@@ -6,6 +6,10 @@
#include <math.h>
#include <sys/timeb.h>
+#include <sys/types.h>
+#include <sys/time.h>
+#include <unistd.h>
+
#if defined(_WINDOWS)
# include <winsock2.h>