diff --git a/kernel/src/std/stdio.cpp b/kernel/src/std/stdio.cpp index 2c634200..97b2fde3 100644 --- a/kernel/src/std/stdio.cpp +++ b/kernel/src/std/stdio.cpp @@ -3,7 +3,6 @@ #include "render/TextRenderer.h" #include "std/stdlib.h" #include "std/string.h" -#include typedef long int ssize_t;