summaryrefslogtreecommitdiff
path: root/www/cherokee-devel/files/patch-src::socket.h
blob: 641be13d6b3fb30f0a5cd00fb03f95451929b809 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- src/socket.h.orig	Sat Jun 19 23:03:54 2004
+++ src/socket.h	Sat Jul 17 20:36:02 2004
@@ -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)