userspace: Fix some includes found when compiling to linux

This commit is contained in:
2026-04-15 16:06:47 +03:00
committed by Bananymous
parent 3ebadc5c74
commit 394719a909
6 changed files with 12 additions and 0 deletions

View File

@@ -8,6 +8,9 @@
#endif
#include <fcntl.h>
#include <limits.h>
#include <sys/stat.h>
#include <unistd.h>
#if __is_kernel
extern uint8_t _binary_font_prefs_psf_start[];