add missing include to widnows _getpid

This commit is contained in:
gabime 2016-12-02 17:12:24 +02:00
parent cf73f02eaf
commit 343904b56d

View File

@ -25,6 +25,7 @@
#define WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN
#endif #endif
#include <windows.h> #include <windows.h>
#include <process.h>
#ifdef __MINGW32__ #ifdef __MINGW32__
#include <share.h> #include <share.h>