X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=lib%2Fsocket.c;h=8dc3ed2d6b0d5a9fc1a5d731f2cd96bd3ad0d48c;hb=be184101ca7251c15184e6af3880680018011e32;hp=699ed8a8fad0524b653c638ff71f1cf26fe33e13;hpb=cb5b8be2eb2d5b6d837e9f1ae20001e186f4aac2;p=deb_libnfs.git diff --git a/lib/socket.c b/lib/socket.c index 699ed8a..8dc3ed2 100644 --- a/lib/socket.c +++ b/lib/socket.c @@ -24,11 +24,11 @@ #ifdef WIN32 #include "win32_compat.h" -#else +#endif + +#ifdef HAVE_ARPA_INET_H #include -#include -#include -#endif/*WIN32*/ +#endif #ifdef HAVE_POLL_H #include @@ -42,18 +42,28 @@ #include #endif -#include -#include -#include -#include -#include -#include +#ifdef HAVE_SYS_SOCKET_H +#include +#endif + +#ifdef HAVE_NETDB_H +#include +#endif + #ifdef HAVE_SYS_FILIO_H #include #endif + #ifdef HAVE_SYS_SOCKIO_H #include #endif + +#include +#include +#include +#include +#include +#include #include #include "libnfs-zdr.h" #include "libnfs.h"