From 3d83f94dfa084cc29183db56b42a3b0536ed8e1c Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 23 Jul 2012 16:32:43 -0400 Subject: [PATCH] Add process.h include to evutil.c for _getpid --- evutil.c | 1 + 1 file changed, 1 insertion(+) diff --git a/evutil.c b/evutil.c index 352649f7..60a05bbe 100644 --- a/evutil.c +++ b/evutil.c @@ -35,6 +35,7 @@ #undef WIN32_LEAN_AND_MEAN #include #include +#include #undef _WIN32_WINNT /* For structs needed by GetAdaptersAddresses */ #define _WIN32_WINNT 0x0501