summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@humppa.nl>2014-03-03 15:39:00 +0100
committerOlivier CrĂȘte <olivier.crete@collabora.com>2014-03-30 01:59:13 -0400
commit5f52c16b14fd8fac562aaf04e926a0d8e9a298e1 (patch)
tree3efc412338e8b11a9cfc3f7ba5fbf090e7537584 /tests
parent8fb69ff4f49a42548321177135af99dcc168fb56 (diff)
downloadfarstream-5f52c16b14fd8fac562aaf04e926a0d8e9a298e1.tar.gz
Include <netinet/in.h> for struct sin_addr.
Diffstat (limited to 'tests')
-rw-r--r--tests/check/testutils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/check/testutils.c b/tests/check/testutils.c
index 33ca3f53..815c195c 100644
--- a/tests/check/testutils.c
+++ b/tests/check/testutils.c
@@ -30,6 +30,7 @@
#include <sys/socket.h>
#include <ifaddrs.h>
#include <net/if.h>
+ #include <netinet/in.h>
#include <arpa/inet.h>
#endif