aboutsummaryrefslogtreecommitdiff
path: root/src/lib/include/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/include/syscall.h')
-rw-r--r--src/lib/include/syscall.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/include/syscall.h b/src/lib/include/syscall.h
index 79e930f..f66b759 100644
--- a/src/lib/include/syscall.h
+++ b/src/lib/include/syscall.h
@@ -4,12 +4,12 @@
#include <stdint.h>
#include <stdbool.h>
-#include <syscallproto.h>
-#include <mmap.h>
+#include <proto/syscall.h>
+#include <proto/mmap.h>
+#include <proto/fs.h>
+#include <proto/token.h>
-#include <fs.h>
#include <debug.h>
-#include <token.h>
typedef void (*entry_t)(void*);