From 5798e4532b970db0d6762d391d8e62d300bc3ab0 Mon Sep 17 00:00:00 2001 From: Maxwel de Souza Freitas Date: Thu, 20 Nov 2025 19:33:04 -0300 Subject: [PATCH] =?UTF-8?q?chore(misc):=20=F0=9F=94=A8=20Include=20ctype.h?= =?UTF-8?q?=20for=20character=20handling=20functions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #54 --- misc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/misc.c b/misc.c index 791e5a6..a358e4e 100644 --- a/misc.c +++ b/misc.c @@ -9,6 +9,7 @@ #include #include +#include #include "misc.h"