From 11c5dd1f1864912e65a182fd25399e7f1725e9c5 Mon Sep 17 00:00:00 2001 From: sdxrmrf/ <120773637+dalpaka@users.noreply.github.com> Date: Sat, 24 Aug 2024 09:20:44 +0200 Subject: [PATCH] Update clrflow.h --- src/include/clrflow/clrflow.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/clrflow/clrflow.h b/src/include/clrflow/clrflow.h index 11106e4..4f3dc07 100644 --- a/src/include/clrflow/clrflow.h +++ b/src/include/clrflow/clrflow.h @@ -5,6 +5,7 @@ #include "stdbool.h" #include "stdint.h" #include "stdio.h" +#include "malloc" #define RED "\x1b[31m" #define GREEN "\x1b[32m"