WIN32: Need getpid() declaration

This commit is contained in:
Howard Chu 2016-03-11 13:32:28 +00:00
parent b96147030c
commit 87d39f39b3

View file

@ -32,6 +32,7 @@
#if defined(OS_TYPE_WINDOWS)
#include <windows.h>
#include <process.h>
#elif defined(OS_TYPE_POSIX)
#include <sys/types.h>
#include <sys/stat.h>