Fix Linux compilation
This commit is contained in:
parent
134d1539c5
commit
8ec11d6193
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue