ports/www/libhpack/files/patch-libchula-test-util_test.c
Sunpoet Po-Chuan Hsieh 422ab070d1 Update to 0.0.20140710
- Change MASTER_SITES to GitHub
- Add LICENSE_FILE

Changes:	https://github.com/alobbs/libhpack/commits/master
2017-01-08 20:42:57 +00:00

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