NFS: Update compile_rpc and regenerate the nfs marshalling/unmarshalling code
[deb_libnfs.git] / nfs / libnfs-raw-nfs.h
index 4ba504fdf0cf46b2c314c85e8c2aa3b6a5031116..fa87089a23eaf573516575667c78e76ca4c31f93 100644 (file)
@@ -5,6 +5,7 @@
 
 #ifndef _NFS_H_RPCGEN
 #define _NFS_H_RPCGEN
+#include <nfsc/libnfs-zdr.h>
 
 
 
@@ -22,6 +23,10 @@ extern "C" {
 typedef long long int quad_t;
 typedef long long unsigned u_quad_t;
 #endif
+#if defined(WIN32)
+typedef long long int quad_t;
+typedef long long unsigned u_quad_t;
+#endif
 
 typedef char cookieverf3[NFS3_COOKIEVERFSIZE];