mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
98f99b80a2
PR: ports/69190 Submitted by: Ports Fury
20 lines
353 B
C
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)
|