Fixed JIT build on Linux for real.
This commit is contained in:
parent
dc758ead10
commit
cb41fa6de4
@ -52,7 +52,7 @@ SourcePawnEngine g_engine1;
|
||||
#include <sys/mman.h>
|
||||
#endif
|
||||
|
||||
#if defined PLATFORM_LINUX
|
||||
#if defined __linux__
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user