Commit 343904b5 authored by gabime's avatar gabime

add missing include to widnows _getpid

parent cf73f02e
......@@ -25,6 +25,7 @@
#define WIN32_LEAN_AND_MEAN
#endif
#include <windows.h>
#include <process.h>
#ifdef __MINGW32__
#include <share.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment