summaryrefslogtreecommitdiff
path: root/tests/server/sockfilt.c
diff options
context:
space:
mode:
authorAlessandro Ghedini <ghedo@debian.org>2018-01-24 10:37:13 +0000
committerAlessandro Ghedini <ghedo@debian.org>2018-01-24 10:37:13 +0000
commit358ffefae02fc7eff1f0278d11848e844d689948 (patch)
treec8da6e275ae3b3ed7f25c6f89509b642926aafb5 /tests/server/sockfilt.c
parentf8d700cf665721b5e25f494a5de0adeda259eab7 (diff)
New upstream version 7.58.0
Diffstat (limited to 'tests/server/sockfilt.c')
-rw-r--r--tests/server/sockfilt.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/server/sockfilt.c b/tests/server/sockfilt.c
index f13ef208..ceb04d8e 100644
--- a/tests/server/sockfilt.c
+++ b/tests/server/sockfilt.c
@@ -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