X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=examples%2Fnfsclient-async.c;h=d3869593762f5dae89c136e74386d9d05b839368;hb=8afcdc959f1fe3d4b62566cab0f97135453e3d2c;hp=d8420e14f13dad0d93c2523256943fd82a21e60e;hpb=7f0242ca9a109c6825646609b8eda0ce0b866b67;p=deb_libnfs.git diff --git a/examples/nfsclient-async.c b/examples/nfsclient-async.c index d8420e1..d386959 100644 --- a/examples/nfsclient-async.c +++ b/examples/nfsclient-async.c @@ -17,7 +17,14 @@ /* Example program using the highlevel async interface. */ - +#ifdef WIN32 +#include "win32_compat.h" +#else +#include +#include +#include +#endif + #define SERVER "10.1.1.27" #define EXPORT "/VIRTUAL" #define NFSFILE "/BOOKS/Classics/Dracula.djvu" @@ -27,10 +34,8 @@ #include #include #include -#include #include -#include -#include +#include "libnfs-zdr.h" #include "libnfs.h" #include "libnfs-raw.h" #include "libnfs-raw-mount.h"