diff options
Diffstat (limited to 'www/cherokee-devel/files/patch-cherokee-util.h')
-rw-r--r-- | www/cherokee-devel/files/patch-cherokee-util.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/cherokee-devel/files/patch-cherokee-util.h b/www/cherokee-devel/files/patch-cherokee-util.h index 180fecacac4e..6a3ea92b1589 100644 --- a/www/cherokee-devel/files/patch-cherokee-util.h +++ b/www/cherokee-devel/files/patch-cherokee-util.h @@ -1,5 +1,5 @@ ---- cherokee/util.h.orig Sat Oct 15 19:31:05 2005 -+++ cherokee/util.h Thu Oct 20 00:59:40 2005 +--- 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> @@ -12,6 +12,6 @@ +# include <sys/socket.h> +#endif + - #ifdef HAVE_NETINET_IN_H - # include <netinet/in.h> - #endif + #include <time.h> + #include <dirent.h> + |