X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=blobdiff_plain;f=examples%2Fnfsclient-listservers.c;h=db71520de7d1ccd27b97e983138e6763ee5f948c;hp=9bec6a75c819c6c8c40057f88ce4f87a094b6447;hb=108c622a9561676b4df437c318959f79e42d4675;hpb=00748f36c57324ccc2cb21ac9af45d15821cf675 diff --git a/examples/nfsclient-listservers.c b/examples/nfsclient-listservers.c index 9bec6a7..db71520 100644 --- a/examples/nfsclient-listservers.c +++ b/examples/nfsclient-listservers.c @@ -17,16 +17,15 @@ /* Example program showing sync interface to probe for all local servers */ +#ifdef AROS +#include "aros_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;