mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-08-10 06:23:01 +03:00
torture: fix includes for freebsd10
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user