diff options
Diffstat (limited to 'kernel/syscalls.c')
| -rw-r--r-- | kernel/syscalls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/syscalls.c b/kernel/syscalls.c index e43c509..63c3ce5 100644 --- a/kernel/syscalls.c +++ b/kernel/syscalls.c @@ -2,12 +2,12 @@ #include "lib/buffer/ringbuffer.h" #include "lib/logger/log.h" -#include "lib/bool/bool.h" #include "fs/fs.h" #include "fs/ext2.h" #include "kernel/console.h" #include "kernel/config.h" #include <sys/stat.h> +#include <stdbool.h> int syscall_unhandled(int nr) |
