summaryrefslogtreecommitdiff
path: root/www/cherokee-devel/files/patch-cherokee-socket.h
blob: 1d3eb1b24ad003c2a446f681994c6024db69b365 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- 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)