add missing include to widnows _getpid

This commit is contained in:
gabime 2016-12-02 17:12:24 +02:00
parent cf73f02eaf
commit 343904b56d
1 changed files with 1 additions and 0 deletions

View File

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