[bot] Include malloc.h

Required for amx_StrParam
This commit is contained in:
RD42 2024-06-02 22:44:56 +08:00
parent b1b133c526
commit 4e071895a3

View File

@ -6,6 +6,7 @@
#include <windows.h>
#include <mmsystem.h>
#include <malloc.h>
#else
#define SLEEP(x) { usleep(x * 1000); }