From: Gurucharan Shetty Date: Wed, 12 Mar 2014 17:00:41 +0000 (-0700) Subject: windefs: Add definition for pid_t. X-Git-Tag: sliver-openvswitch-2.2.90-1~6^2~108 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c2f9ec40ec58b5e98597aba8ced62704d3f8422b;p=sliver-openvswitch.git windefs: Add definition for pid_t. Signed-off-by: Gurucharan Shetty --- 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 */