X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Fnfsclient-raw.c;h=948909f720405436a7a6ac766f872b67be84bd00;hb=a923df1db940f59152bb92c25661106118232a20;hp=7956781a1b9f62cce46e2f1df65dd6cbb35b260d;hpb=dabf41528576be84318ce8da010173493c1e1231;p=deb_libnfs.git diff --git a/examples/nfsclient-raw.c b/examples/nfsclient-raw.c index 7956781..948909f 100644 --- a/examples/nfsclient-raw.c +++ b/examples/nfsclient-raw.c @@ -19,13 +19,17 @@ * This allow accurate control of the exact commands that are being used. */ +#ifdef WIN32 +#include "win32_compat.h" +#else +#include +#endif #define SERVER "10.1.1.27" #define EXPORT "/shared" #include #include #include -#include #include "libnfs.h" #include "libnfs-raw.h" #include "libnfs-raw-mount.h"