Fixed SBRK include errors.

Signed-off-by: Yilin Sun <imi415@imi.moe>
This commit is contained in:
Yilin Sun 2023-12-05 20:52:49 +08:00
parent 5540a4c296
commit ada43e86a1
Signed by: imi415
GPG Key ID: 17F01E106F9F5E0A
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
*/ */
#if defined(__GNUC__) #if defined(__GNUC__)
#include <stdio.h> #include <stdio.h>
#include <sys/types.h>
#include <errno.h> #include <errno.h>
#endif #endif