mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 22:47:29 +08:00
[bot] Include malloc.h
Required for amx_StrParam
This commit is contained in:
parent
b1b133c526
commit
4e071895a3
@ -6,6 +6,7 @@
|
||||
|
||||
#include <windows.h>
|
||||
#include <mmsystem.h>
|
||||
#include <malloc.h>
|
||||
#else
|
||||
#define SLEEP(x) { usleep(x * 1000); }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user