more include cleanups it starts to look almost decent now
[deb_libnfs.git] / examples / nfsclient-listservers.c
index 9bec6a75c819c6c8c40057f88ce4f87a094b6447..db71520de7d1ccd27b97e983138e6763ee5f948c 100644 (file)
 
 /* Example program showing sync interface to probe for all local servers
  */
+#ifdef AROS
+#include "aros_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;