ZDR: remove dependency on zdr.h from the examples and nfs-ls
[deb_libnfs.git] / examples / nfsclient-listservers.c
index 9bec6a75c819c6c8c40057f88ce4f87a094b6447..a67e74f9de3c6caf9519470ea3f99ce764abce4f 100644 (file)
 
 /* 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 <stdio.h>
 #include <stdlib.h>
-#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;