aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-06-29 09:34:48 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-06-29 09:35:54 +0200
commitd7477dc74563114aac3c30908e50edc399efb0fa (patch)
tree3038542ca500ffe63fe3f3cca15e9d11ffa92064
parent1444ae5add315df23a20db48474b1e357b0385e0 (diff)
downloadlibssh-d7477dc74563114aac3c30908e50edc399efb0fa.tar.gz
libssh-d7477dc74563114aac3c30908e50edc399efb0fa.tar.xz
libssh-d7477dc74563114aac3c30908e50edc399efb0fa.zip
tests: Remove system includes from torture_packet
This fixes the build on Windows. Those come in via the include of socket.c anyway. Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
-rw-r--r--tests/unittests/torture_packet.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/unittests/torture_packet.c b/tests/unittests/torture_packet.c
index 729aaccd..d7102c53 100644
--- a/tests/unittests/torture_packet.c
+++ b/tests/unittests/torture_packet.c
@@ -9,8 +9,7 @@
#include "libssh/buffer.h"
#include "libssh/socket.h"
#include "libssh/callbacks.h"
-#include <sys/types.h>
-#include <sys/socket.h>
+
#include "socket.c"
uint8_t test_data[]="AThis is test data. Use it to check the validity of packet functions"