X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=blobdiff_plain;f=lib%2Flibnfs-sync.c;h=0527bbf7ff752498418bc4863a890a0713ed638d;hp=f2c9ebf481387dd8cdd2c39dde00347f58dae8c2;hb=108c622a9561676b4df437c318959f79e42d4675;hpb=00748f36c57324ccc2cb21ac9af45d15821cf675 diff --git a/lib/libnfs-sync.c b/lib/libnfs-sync.c index f2c9ebf..0527bbf 100644 --- a/lib/libnfs-sync.c +++ b/lib/libnfs-sync.c @@ -21,6 +21,10 @@ #include "config.h" #endif +#ifdef AROS +#include "aros_compat.h" +#endif + #ifdef WIN32 #include "win32_compat.h" #else @@ -28,19 +32,20 @@ #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