[win32/nlm] - add missing typedef for u_quad_t and quad_t
[deb_libnfs.git] / nlm / libnfs-raw-nlm.h
index 3c9fbd56c0184e0a974b20cbdeaf5d3ce91ff63d..6437aa4ddbbacde76f7606c466d867cce9c187d7 100644 (file)
@@ -16,6 +16,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
 
 struct nlm_fh4 {
        struct {