mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
fix build on -stable
Noticed by: bento via kris
This commit is contained in:
parent
da9c0127f4
commit
c41c41f206
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99079
13
net/xmlrpc++/files/patch-src:XmlRpcDispatch.cpp
Normal file
13
net/xmlrpc++/files/patch-src:XmlRpcDispatch.cpp
Normal file
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user