X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=lib%2Flibnfs-sync.c;h=836e1354eaef5683a75c3cdde991390d1e3a0834;hb=7057e733c1465661c410b65d90e4c5d0939f1617;hp=f2c9ebf481387dd8cdd2c39dde00347f58dae8c2;hpb=00748f36c57324ccc2cb21ac9af45d15821cf675;p=deb_libnfs.git diff --git a/lib/libnfs-sync.c b/lib/libnfs-sync.c index f2c9ebf..836e135 100644 --- a/lib/libnfs-sync.c +++ b/lib/libnfs-sync.c @@ -21,31 +21,38 @@ #include "config.h" #endif +#ifdef AROS +#include "aros_compat.h" +#endif + #ifdef WIN32 #include "win32_compat.h" #else #include #include -#include #include +#endif /*WIN32*/ -#ifdef AROS -#include "aros_compat.h" -#else #ifdef ANDROID -#include -#include #define statvfs statfs -#else +#endif + +#ifdef HAVE_SYS_VFS_H +#include +#endif + +#ifdef HAVE_SYS_STATVFS_H #include -#endif /*ANDRIOD*/ -#endif /*AROS*/ -#endif /*WIN32*/ +#endif #ifdef HAVE_SYS_IOCTL_H #include #endif +#ifdef HAVE_SYS_SOCKET_H +#include +#endif + #ifdef HAVE_POLL_H #include #endif @@ -54,6 +61,10 @@ #include #endif +#ifdef HAVE_NETINET_IN_H +#include +#endif + #include #include #include