summaryrefslogtreecommitdiff
path: root/include/windows
diff options
context:
space:
mode:
authorGurucharan Shetty <gshetty@nicira.com>2014-03-12 10:00:41 -0700
committerGurucharan Shetty <gshetty@nicira.com>2014-03-13 14:25:36 -0700
commitc2f9ec40ec58b5e98597aba8ced62704d3f8422b (patch)
tree95f936545663d76e9e90d6557424a314e40e479f /include/windows
parent40a9237d2bac80c8cbfcdccffa2bc72173e08d98 (diff)
downloadopenvswitch-c2f9ec40ec58b5e98597aba8ced62704d3f8422b.tar.gz
windefs: Add definition for pid_t.
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Diffstat (limited to 'include/windows')
-rw-r--r--include/windows/windefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/windows/windefs.h b/include/windows/windefs.h
index 6d36adc0c..0a2e06411 100644
--- a/include/windows/windefs.h
+++ b/include/windows/windefs.h
@@ -32,4 +32,6 @@
#define u_int32_t uint32_t
#define u_int64_t uint64_t
+typedef int pid_t;
+
#endif /* windefs.h */