mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04: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
1 changed files with 13 additions and 0 deletions
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…
Add table
Reference in a new issue