X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=lib%2Flibnfs-sync.c;h=fe711ac5f58ccce6656c93356242a869f5adeb9a;hb=2142af5d472ae35afca3b6b2c0da26974e8b11b3;hp=fd6f796e3f830a869fc0b6c8f849e4de1e8a7a57;hpb=252aa90dc87de7a4f6cdaff5a71edc74b9f8bad1;p=deb_libnfs.git diff --git a/lib/libnfs-sync.c b/lib/libnfs-sync.c index fd6f796..fe711ac 100644 --- a/lib/libnfs-sync.c +++ b/lib/libnfs-sync.c @@ -19,28 +19,35 @@ */ #ifdef WIN32 #include "win32_compat.h" -#define DllExport #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