From 31c1536e68399a199a09fa55571fa5bdd92cbef7 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Tue, 24 Aug 2021 16:56:17 +0200 Subject: move syscalls.h to shared/syscalls.h --- src/kernel/syscalls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kernel/syscalls.c') diff --git a/src/kernel/syscalls.c b/src/kernel/syscalls.c index 9e64b01..7544174 100644 --- a/src/kernel/syscalls.c +++ b/src/kernel/syscalls.c @@ -2,8 +2,8 @@ #include #include #include -#include #include +#include #include _Noreturn static void await_finish(struct process *dead, struct process *listener) { -- cgit v1.2.3