diff options
Diffstat (limited to 'www/cherokee/files/patch-cherokee-util.h')
-rw-r--r-- | www/cherokee/files/patch-cherokee-util.h | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/www/cherokee/files/patch-cherokee-util.h b/www/cherokee/files/patch-cherokee-util.h index 8e00b01d9b90..180fecacac4e 100644 --- a/www/cherokee/files/patch-cherokee-util.h +++ b/www/cherokee/files/patch-cherokee-util.h @@ -1,27 +1,17 @@ ---- cherokee/util.h.orig Tue Sep 20 01:44:20 2005 -+++ cherokee/util.h Tue Sep 20 11:56:57 2005 -@@ -30,13 +30,21 @@ - #define CHEROKEE_UTIL_H +--- cherokee/util.h.orig Sat Oct 15 19:31:05 2005 ++++ cherokee/util.h Thu Oct 20 00:59:40 2005 +@@ -31,6 +31,14 @@ #include <cherokee/common.h> -+#include <time.h> -+#include <dirent.h> + ++#ifdef HAVE_SYS_TYPES_H +#include <sys/types.h> ++#endif + +#ifdef HAVE_SYS_SOCKET_H +# include <sys/socket.h> +#endif + -+#ifdef HAVE_ARPA_INET_H -+# include <arpa/inet.h> -+#endif - #ifdef HAVE_NETINET_IN_H # include <netinet/in.h> #endif -- --#include <time.h> --#include <dirent.h> - - #include <cherokee/buffer.h> - |