1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-08 19:02:06 +03:00

torture: fix includes for freebsd10

This commit is contained in:
Aris Adamantiadis
2015-02-14 22:09:02 +01:00
parent 5c46fbc680
commit 2e445d5871

View File

@@ -25,7 +25,9 @@
#include <libssh/libssh.h> #include <libssh/libssh.h>
#include <sys/time.h> #include <sys/time.h>
#include <arpa/inet.h> #include <arpa/inet.h>
#include <netinet/in.h>
#include <sys/types.h>
#include <sys/socket.h>
#define HOST "localhost" #define HOST "localhost"
/* Should work until Apnic decides to assign it :) */ /* Should work until Apnic decides to assign it :) */
#define BLACKHOLE "1.1.1.1" #define BLACKHOLE "1.1.1.1"