Fix Linux compilation

This commit is contained in:
SirLynix 2021-02-16 17:06:38 +01:00
parent 134d1539c5
commit 8ec11d6193
1 changed files with 2 additions and 0 deletions

View File

@ -8,7 +8,9 @@
//#include <sys/param.h >
#ifndef _WIN32
#ifdef __MACOSX__
#include <sys/sysctl.h>
#endif
#include <pthread.h>
#else
#ifndef WIN32_LEAN_AND_MEAN