X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=blobdiff_plain;f=lib%2Flibnfs-sync.c;h=2fe5ed5a5886a78ab0050a3af02ddb6ff0c98d37;hp=fd6f796e3f830a869fc0b6c8f849e4de1e8a7a57;hb=d7c6e9aaa9df593e951e2f19106dcc71102e74f1;hpb=5ba63317aca8054280b18453790d23a448bdf92c diff --git a/lib/libnfs-sync.c b/lib/libnfs-sync.c index fd6f796..2fe5ed5 100644 --- a/lib/libnfs-sync.c +++ b/lib/libnfs-sync.c @@ -20,27 +20,36 @@ #ifdef WIN32 #include "win32_compat.h" #define DllExport +#define HAVE_POLL_H #else #include #include -#ifndef ANDROID -#include -#else -#include -#include -#define statvfs statfs -#endif -#include #include #include #include #include -#endif + +#ifdef AROS +#include "aros_compat.h" +#else +#ifdef ANDROID +#include +#include +#define statvfs statfs +#else +#include +#endif /*ANDRIOD*/ +#endif /*AROS*/ +#endif /*WIN32*/ #ifdef HAVE_CONFIG_H #include "config.h" #endif +#ifdef HAVE_POLL_H +#include +#endif + #include #include #include