diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-01-25 23:14:11 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-01-25 23:14:11 +0800 |
commit | 6060bc34eceaade9f9ab01926f11fe491f894bd1 (patch) | |
tree | 0d11377b6c0f05975e5a4e74fc9d9b4de3c5ec81 /net/xmlrpc++ | |
parent | 3e28e1da81e7747c70644faef9d0a0a64a9eec80 (diff) | |
download | freebsd-ports-gnome-6060bc34eceaade9f9ab01926f11fe491f894bd1.tar.gz freebsd-ports-gnome-6060bc34eceaade9f9ab01926f11fe491f894bd1.tar.zst freebsd-ports-gnome-6060bc34eceaade9f9ab01926f11fe491f894bd1.zip |
fix build on -stable
Noticed by: bento via kris
Diffstat (limited to 'net/xmlrpc++')
-rw-r--r-- | net/xmlrpc++/files/patch-src:XmlRpcDispatch.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/xmlrpc++/files/patch-src:XmlRpcDispatch.cpp b/net/xmlrpc++/files/patch-src:XmlRpcDispatch.cpp new file mode 100644 index 000000000000..7eb1e3b67d9f --- /dev/null +++ b/net/xmlrpc++/files/patch-src:XmlRpcDispatch.cpp @@ -0,0 +1,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> + |