mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
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>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user