Merge branch 'zdr'
[deb_libnfs.git] / examples / nfsclient-sync.c
index 9cdac9b663f12016316ea84a553d7491030cce68..e42214aab473c5b6d72bd338bb154ebeb2b72612 100644 (file)
@@ -45,6 +45,7 @@ WSADATA wsaData;
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
+#include "libnfs-zdr.h"
 #include "libnfs.h"
 #include <rpc/rpc.h>            /* for authunix_create() */
 #include <popt.h>
@@ -266,7 +267,6 @@ finished:
        if (nfs != NULL) {              
                nfs_destroy_context(nfs);
        }
-       printf("nfsclient finished\n");
        return 0;
 }