diff --git a/tests/libtest/lib571.c b/tests/libtest/lib571.c index 7fa85b2ab..f69151467 100644 --- a/tests/libtest/lib571.c +++ b/tests/libtest/lib571.c @@ -10,11 +10,23 @@ #include "test.h" +#ifdef HAVE_SYS_SOCKET_H +# include +#endif +#ifdef HAVE_NETINET_IN_H +# include +#endif +#ifdef HAVE_NETDB_H +# include +#endif +#ifdef HAVE_ARPA_INET_H +# include +#endif #ifdef HAVE_SYS_STAT_H -#include +# include #endif #ifdef HAVE_FCNTL_H -#include +# include #endif #include