diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/otshell_utils/utils.cpp | 1 |
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> |