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/init/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/init/main.c') 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 #include +#include #include // takes a cstring and copies it right before a page boundary -- cgit v1.2.3