diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-01-25 15:14:11 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-01-25 15:14:11 +0000 |
commit | c41c41f20629879f15f6f09f93ea826fdd97c12f (patch) | |
tree | bd36417a49ad2462a75b1b9699ba2002ad18d752 /net/xmlrpc++ | |
parent | Remove Kerberos IV support, as I'm unwilling to properly test it and (diff) |
fix build on -stable
Noticed by: bento via kris
Notes
Notes:
svn path=/head/; revision=99079
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> + |