windefs: Add definition for pid_t.
authorGurucharan Shetty <gshetty@nicira.com>
Wed, 12 Mar 2014 17:00:41 +0000 (10:00 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Thu, 13 Mar 2014 21:25:36 +0000 (14:25 -0700)
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
include/windows/windefs.h

index 6d36adc..0a2e064 100644 (file)
@@ -32,4 +32,6 @@
 #define u_int32_t uint32_t
 #define u_int64_t uint64_t
 
+typedef int pid_t;
+
 #endif /* windefs.h */