X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Fnfsclient-listservers.c;h=a67e74f9de3c6caf9519470ea3f99ce764abce4f;hb=2db42ce2fc89bc88050564037688888bbb8876e9;hp=9bec6a75c819c6c8c40057f88ce4f87a094b6447;hpb=2cdf4fcb07a2d4ec0fbeb66096afd9e8f9cd03a1;p=deb_libnfs.git diff --git a/examples/nfsclient-listservers.c b/examples/nfsclient-listservers.c index 9bec6a7..a67e74f 100644 --- a/examples/nfsclient-listservers.c +++ b/examples/nfsclient-listservers.c @@ -17,16 +17,18 @@ /* Example program showing sync interface to probe for all local servers */ +#ifdef AROS +#include "aros_compat.h" +#endif + +#ifdef WIN32 +#include "win32_compat.h" +#endif #include #include -#include "libnfs-zdr.h" #include "libnfs.h" -#ifdef AROS -#include "aros_compat.h" -#endif - int main(int argc _U_, char *argv[] _U_) { struct nfs_server_list *srvrs;