aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorHoward Chu <hyc@symas.com>2016-03-11 13:32:28 +0000
committerHoward Chu <hyc@symas.com>2016-03-11 13:32:50 +0000
commit87d39f39b357fe40432a2859366ae63a01d2a62c (patch)
treef471835009f55192894f59cc12be34bb0bc72947 /contrib
parentMerge pull request #705 (diff)
downloadmonero-87d39f39b357fe40432a2859366ae63a01d2a62c.tar.xz
WIN32: Need getpid() declaration
Diffstat (limited to 'contrib')
-rw-r--r--contrib/otshell_utils/utils.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/otshell_utils/utils.cpp b/contrib/otshell_utils/utils.cpp
index e1d7d9a14..bbae7c654 100644
--- a/contrib/otshell_utils/utils.cpp
+++ b/contrib/otshell_utils/utils.cpp
@@ -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>