aboutsummaryrefslogtreecommitdiff
path: root/contrib/otshell_utils
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-03-11 20:13:40 +0200
committerRiccardo Spagni <ric@spagni.net>2016-03-11 20:13:40 +0200
commitc276483dbb7ca595eddc553cfaf168440d61d380 (patch)
tree0358d4709d6ba9f29faf113c2b87dacbd4028103 /contrib/otshell_utils
parentMerge pull request #710 (diff)
parentWIN32 thread_id is OS-dependent not compiler-dependent (diff)
downloadmonero-c276483dbb7ca595eddc553cfaf168440d61d380.tar.xz
Merge pull request #711
52056dc WIN32 thread_id is OS-dependent not compiler-dependent (Howard Chu) 87d39f3 WIN32: Need getpid() declaration (Howard Chu)
Diffstat (limited to 'contrib/otshell_utils')
-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>