From 4e071895a3a701d04cdb44b2f3adf251bc8554ea Mon Sep 17 00:00:00 2001 From: RD42 <42702181+dashr9230@users.noreply.github.com> Date: Sun, 2 Jun 2024 22:44:56 +0800 Subject: [PATCH] [bot] Include `malloc.h` Required for amx_StrParam --- bot/main.h | 1 + 1 file changed, 1 insertion(+) diff --git a/bot/main.h b/bot/main.h index 469116b..6113d54 100644 --- a/bot/main.h +++ b/bot/main.h @@ -6,6 +6,7 @@ #include #include + #include #else #define SLEEP(x) { usleep(x * 1000); }