1
1

torture: fix includes for freebsd10

Этот коммит содержится в:
Aris Adamantiadis 2015-02-14 22:09:02 +01:00
родитель 5c46fbc680
Коммит 2e445d5871

Просмотреть файл

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