diff options
Diffstat (limited to 'src/kernel/syscall/syscall.h')
-rw-r--r-- | src/kernel/syscall/syscall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/syscall/syscall.h b/src/kernel/syscall/syscall.h index c5167a4..7e37c81 100644 --- a/src/kernel/syscall/syscall.h +++ b/src/kernel/syscall/syscall.h @@ -1,8 +1,8 @@ #ifndef MELVIX_SYSCALL_H #define MELVIX_SYSCALL_H -#include <stdint.h> #include <interrupts/interrupts.h> +#include <stdint.h> extern void idt_syscall(); |