X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=lib%2Fsocket.c;h=b14231e84129f2d67980a93177e4a415a2023b03;hb=43e0e7a7e6cbec9ba55db89eac368d42e969ad55;hp=384ba132b53d2465d147c249e4467dc904e6ba36;hpb=2142af5d472ae35afca3b6b2c0da26974e8b11b3;p=deb_libnfs.git diff --git a/lib/socket.c b/lib/socket.c index 384ba13..b14231e 100644 --- a/lib/socket.c +++ b/lib/socket.c @@ -14,26 +14,32 @@ You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + +#ifdef AROS +#include "aros_compat.h" +#endif + #ifdef WIN32 #include "win32_compat.h" #else -#include #include -#include #include #include #endif/*WIN32*/ -#ifdef HAVE_CONFIG_H -#include "config.h" +#ifdef HAVE_POLL_H +#include #endif -#ifdef AROS -#include "aros_compat.h" +#ifdef HAVE_UNISTD_H +#include #endif -#ifdef HAVE_POLL_H -#include +#ifdef HAVE_SYS_IOCTL_H +#include #endif #include