mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
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
Block a user