aboutsummaryrefslogtreecommitdiff
path: root/www/cherokee-devel/files/patch-cherokee-util.h
blob: 6a3ea92b15899f12b736d2007863e980d0fdc56e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- cherokee/util.h.orig	Wed Sep 13 22:13:07 2006
+++ cherokee/util.h	Wed Sep 13 22:15:20 2006
@@ -31,6 +31,14 @@
 
 #include <cherokee/common.h>
 
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+
+#ifdef HAVE_SYS_SOCKET_H
+# include <sys/socket.h>
+#endif
+
 #include <time.h>
 #include <dirent.h>