diff options
Diffstat (limited to 'kernel/cpu/syscall.h')
-rw-r--r-- | kernel/cpu/syscall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cpu/syscall.h b/kernel/cpu/syscall.h index 51d50f2..3568e51 100644 --- a/kernel/cpu/syscall.h +++ b/kernel/cpu/syscall.h @@ -1,6 +1,6 @@ #include "idt.h" #include <stddef.h> -#include <stdint.h> +#include <typedefs.h> void syscalls_init(void); |