diff options
Diffstat (limited to 'src/init/syscalls.c')
-rw-r--r-- | src/init/syscalls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init/syscalls.c b/src/init/syscalls.c index 9422e79..8d87beb 100644 --- a/src/init/syscalls.c +++ b/src/init/syscalls.c @@ -1,5 +1,5 @@ // this file could probably just get generated by a script -#include <kernel/syscalls.h> +#include <shared/syscalls.h> int _syscall(int, int, int, int); |