gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 31/125: tests: added netinet/in6.h includes in test


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 31/125: tests: added netinet/in6.h includes in test servers
Date: Sun, 21 Jan 2018 23:41:26 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 24dcd746675b753356c07d4e315959857ab1df00
Author: Randall S. Becker <address@hidden>
AuthorDate: Tue Dec 5 11:34:58 2017 -0600

    tests: added netinet/in6.h includes in test servers
---
 tests/server/rtspd.c    | 3 +++
 tests/server/sockfilt.c | 3 +++
 tests/server/sws.c      | 3 +++
 3 files changed, 9 insertions(+)

diff --git a/tests/server/rtspd.c b/tests/server/rtspd.c
index 53ffeb6e1..8e61a43f3 100644
--- a/tests/server/rtspd.c
+++ b/tests/server/rtspd.c
@@ -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
diff --git a/tests/server/sockfilt.c b/tests/server/sockfilt.c
index f13ef208d..ceb04d8e8 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
diff --git a/tests/server/sws.c b/tests/server/sws.c
index 821497068..1d47375ad 100644
--- a/tests/server/sws.c
+++ b/tests/server/sws.c
@@ -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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]