X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=blobdiff_plain;f=lib%2Fsocket.c;h=8dc3ed2d6b0d5a9fc1a5d731f2cd96bd3ad0d48c;hp=733f1f4768e8a0b41c9a51a0903d73e1d08539c0;hb=c022471e52d3ea679139cdf026dcde179c8de23c;hpb=833d5b9da15b26d1af701479705a7ddfa86acdb7 diff --git a/lib/socket.c b/lib/socket.c index 733f1f4..8dc3ed2 100644 --- a/lib/socket.c +++ b/lib/socket.c @@ -24,9 +24,11 @@ #ifdef WIN32 #include "win32_compat.h" -#else +#endif + +#ifdef HAVE_ARPA_INET_H #include -#endif/*WIN32*/ +#endif #ifdef HAVE_POLL_H #include