WIN32: Need getpid() declaration
This commit is contained in:
parent
b96147030c
commit
87d39f39b3
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue