1
0
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:
Ying-Chieh Liao 2004-01-25 15:14:11 +00:00
parent da9c0127f4
commit c41c41f206
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99079

View 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>