1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/www/cherokee-devel/files/patch-src::socket.h
Kirill Ponomarev 98f99b80a2 Update to version 0.4.17
PR:		ports/69190
Submitted by:	Ports Fury
2004-07-17 18:58:41 +00:00

20 lines
353 B
C

--- 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)