Add process.h include to evutil.c for _getpid

This commit is contained in:
Nick Mathewson 2012-07-23 16:32:43 -04:00
parent 52a0039ba1
commit 3d83f94dfa

View File

@ -35,6 +35,7 @@
#undef WIN32_LEAN_AND_MEAN
#include <io.h>
#include <tchar.h>
#include <process.h>
#undef _WIN32_WINNT
/* For structs needed by GetAdaptersAddresses */
#define _WIN32_WINNT 0x0501