fix(userspace/libc): include <ctype.h> in stdlib.c

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
EnderIce2 2025-02-20 01:53:21 +02:00
parent 5e6e63ab1a
commit d375acd0ec
No known key found for this signature in database
GPG Key ID: 2EE20AF089811A5A

View File

@ -19,6 +19,7 @@
#include <unistd.h>
#include <string.h>
#include <errno.h>
#include <ctype.h>
#include "../mem/liballoc_1_1.h"
#define MAX_ATEXIT_FUNCS 32