blob: 7eb1e3b67d9fe9bcd6204e102e9edb35faea89dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- 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>
|