mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-10 13:04:23 -04:00
Add process.h include to evutil.c for _getpid
This commit is contained in:
parent
52a0039ba1
commit
3d83f94dfa
1
evutil.c
1
evutil.c
@ -35,6 +35,7 @@
|
|||||||
#undef WIN32_LEAN_AND_MEAN
|
#undef WIN32_LEAN_AND_MEAN
|
||||||
#include <io.h>
|
#include <io.h>
|
||||||
#include <tchar.h>
|
#include <tchar.h>
|
||||||
|
#include <process.h>
|
||||||
#undef _WIN32_WINNT
|
#undef _WIN32_WINNT
|
||||||
/* For structs needed by GetAdaptersAddresses */
|
/* For structs needed by GetAdaptersAddresses */
|
||||||
#define _WIN32_WINNT 0x0501
|
#define _WIN32_WINNT 0x0501
|
||||||
|
Loading…
x
Reference in New Issue
Block a user