mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 00:20:40 -04:00
- Change MASTER_SITES to GitHub - Add LICENSE_FILE Changes: https://github.com/alobbs/libhpack/commits/master
13 lines
260 B
C
13 lines
260 B
C
--- libchula/test/util_test.c.orig 2014-07-09 21:59:50 UTC
|
|
+++ libchula/test/util_test.c
|
|
@@ -40,6 +40,10 @@
|
|
# include <syslog.h>
|
|
#endif
|
|
|
|
+#ifdef HAVE_NETINET_IN_H
|
|
+# include <netinet/in.h>
|
|
+#endif
|
|
+
|
|
#ifdef HAVE_ARPA_INET_H
|
|
# include <arpa/inet.h>
|
|
#endif
|