Loading tests/libtest/lib571.c +14 −2 Original line number Diff line number Diff line Loading @@ -10,6 +10,18 @@ #include "test.h" #ifdef HAVE_SYS_SOCKET_H # include <sys/socket.h> #endif #ifdef HAVE_NETINET_IN_H # include <netinet/in.h> #endif #ifdef HAVE_NETDB_H # include <netdb.h> #endif #ifdef HAVE_ARPA_INET_H # include <arpa/inet.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif Loading Loading
tests/libtest/lib571.c +14 −2 Original line number Diff line number Diff line Loading @@ -10,6 +10,18 @@ #include "test.h" #ifdef HAVE_SYS_SOCKET_H # include <sys/socket.h> #endif #ifdef HAVE_NETINET_IN_H # include <netinet/in.h> #endif #ifdef HAVE_NETDB_H # include <netdb.h> #endif #ifdef HAVE_ARPA_INET_H # include <arpa/inet.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif Loading