freebsd-ports/www/cherokee/files/patch-cherokee-socket.h
Pav Lucistnik 4d99a2b4e9 - Update to 0.4.19
- Unbreak plist

PR:		ports/79977
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-04-23 11:48:02 +00:00

19 lines
363 B
C

--- cherokee/socket.h.orig Sun Mar 6 08:09:33 2005
+++ cherokee/socket.h Fri Apr 1 13:09:44 2005
@@ -45,12 +45,12 @@
# 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
+
+#ifdef HAVE_ARPA_INET_H
+# include <arpa/inet.h>
#endif
#if defined(HAVE_GNUTLS)