Build fix for Linux.
This commit is contained in:
parent
1fe38c7473
commit
dc758ead10
@ -52,6 +52,10 @@ SourcePawnEngine g_engine1;
|
||||
#include <sys/mman.h>
|
||||
#endif
|
||||
|
||||
#if defined PLATFORM_LINUX
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
using namespace SourcePawn;
|
||||
|
||||
#define ERROR_MESSAGE_MAX 25
|
||||
|
Loading…
Reference in New Issue
Block a user