From c2f9ec40ec58b5e98597aba8ced62704d3f8422b Mon Sep 17 00:00:00 2001 From: Gurucharan Shetty Date: Wed, 12 Mar 2014 10:00:41 -0700 Subject: [PATCH] windefs: Add definition for pid_t. Signed-off-by: Gurucharan Shetty --- include/windows/windefs.h | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 2.43.0