aboutsummaryrefslogtreecommitdiff
path: root/tests/torture.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2016-01-18 15:19:20 +0100
committerAndreas Schneider <asn@cryptomilk.org>2016-01-18 15:19:20 +0100
commit9bb7e68b86409c0486340abc76dcefef72d74a60 (patch)
tree3ce628436b13e3c6739c46c88ec13ee8431aa43a /tests/torture.c
parent20718ec52b8b0a020dd5017cac20d652d2fe6e1f (diff)
downloadlibssh-9bb7e68b86409c0486340abc76dcefef72d74a60.tar.gz
libssh-9bb7e68b86409c0486340abc76dcefef72d74a60.tar.xz
libssh-9bb7e68b86409c0486340abc76dcefef72d74a60.zip
torture: Add missing include for AF_INET
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'tests/torture.c')
-rw-r--r--tests/torture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/torture.c b/tests/torture.c
index 6a744bf7..fa278bf9 100644
--- a/tests/torture.c
+++ b/tests/torture.c
@@ -27,6 +27,7 @@
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
+#include <sys/socket.h>
#include <fcntl.h>
#include <signal.h>