mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 23:44:31 +00:00
userspace/libc: include stdio.h in dirent.c
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
parent
48067d8f58
commit
cd49a219df
@ -19,6 +19,7 @@
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
|
||||
export int alphasort(const struct dirent **, const struct dirent **);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user