mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-30 00:07:59 +00:00
fix(userspace/libc): include <ctype.h> in stdlib.c
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
parent
5e6e63ab1a
commit
d375acd0ec
@ -19,6 +19,7 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
#include <ctype.h>
|
||||||
#include "../mem/liballoc_1_1.h"
|
#include "../mem/liballoc_1_1.h"
|
||||||
|
|
||||||
#define MAX_ATEXIT_FUNCS 32
|
#define MAX_ATEXIT_FUNCS 32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user