diff options
author | dzwdz | 2021-08-24 16:56:17 +0200 |
---|---|---|
committer | dzwdz | 2021-08-24 16:56:17 +0200 |
commit | 31c1536e68399a199a09fa55571fa5bdd92cbef7 (patch) | |
tree | b41d4de2255d7902146081cf61bb16fd2ddcbba5 /src/init/main.c | |
parent | 8625003ed7f688a62988f03cc6987574b9d591d2 (diff) |
move syscalls.h to shared/syscalls.h
Diffstat (limited to 'src/init/main.c')
-rw-r--r-- | src/init/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init/main.c b/src/init/main.c index 7c1c882..06ac3a2 100644 --- a/src/init/main.c +++ b/src/init/main.c @@ -1,5 +1,5 @@ -#include <kernel/syscalls.h> #include <shared/magic.h> +#include <shared/syscalls.h> #include <stdint.h> // takes a cstring and copies it right before a page boundary |