]> granicus.if.org Git - curl/commitdiff
tests: added netinet/in6.h includes in test servers
authorRandall S. Becker <rsbecker@nexbridge.com>
Tue, 5 Dec 2017 17:34:58 +0000 (11:34 -0600)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 5 Dec 2017 23:20:21 +0000 (00:20 +0100)
tests/server/rtspd.c
tests/server/sockfilt.c
tests/server/sws.c

index 53ffeb6e1e9d13d00fda7cde1399d9a52d57bcb2..8e61a43f3b7b1631fb6a256bbc1d8ad668613280 100644 (file)
@@ -33,6 +33,9 @@
 #ifdef HAVE_NETINET_IN_H
 #include <netinet/in.h>
 #endif
+#ifdef HAVE_NETINET_IN6_H
+#include <netinet/in6.h>
+#endif
 #ifdef HAVE_ARPA_INET_H
 #include <arpa/inet.h>
 #endif
index f13ef208d2a0256c4fb15c1706d3281c3603d08a..ceb04d8e8a5d2da91a58c299005f92e7828e9a69 100644 (file)
@@ -89,6 +89,9 @@
 #ifdef HAVE_NETINET_IN_H
 #include <netinet/in.h>
 #endif
+#ifdef HAVE_NETINET_IN6_H
+#include <netinet/in6.h>
+#endif
 #ifdef HAVE_ARPA_INET_H
 #include <arpa/inet.h>
 #endif
index 821497068352c7bee7654b8f101ead72a0d3ef75..1d47375ad638e657dbf990fc7d07ac5684c3cc1a 100644 (file)
@@ -34,6 +34,9 @@
 #ifdef HAVE_NETINET_IN_H
 #include <netinet/in.h>
 #endif
+#ifdef HAVE_NETINET_IN6_H
+#include <netinet/in6.h>
+#endif
 #ifdef HAVE_ARPA_INET_H
 #include <arpa/inet.h>
 #endif