X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=examples%2Fnfsclient-sync.c;h=72aa312fe2b6625e034894327bcffbe019fdbb74;hb=108c622a9561676b4df437c318959f79e42d4675;hp=70bd77a1757c18dca5cd536871afc7a8380f1bf5;hpb=00748f36c57324ccc2cb21ac9af45d15821cf675;p=deb_libnfs.git diff --git a/examples/nfsclient-sync.c b/examples/nfsclient-sync.c index 70bd77a..72aa312 100644 --- a/examples/nfsclient-sync.c +++ b/examples/nfsclient-sync.c @@ -24,6 +24,10 @@ #include "config.h" #endif +#ifdef AROS +#include "aros_compat.h" +#endif + #ifdef WIN32 #include "win32_compat.h" #pragma comment(lib, "ws2_32.lib") @@ -40,10 +44,6 @@ WSADATA wsaData; #include #endif -#ifdef AROS -#include "aros_compat.h" -#endif - #include #include #include