From 413e59e640fd02a4c911512c06651570dc8f08b6 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 1 Feb 2016 15:09:15 +0000 Subject: [PATCH] syscalls: assume the shared header will be placed in include/sys --- Library/include/syscalls.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Library/include/syscalls.h b/Library/include/syscalls.h index 96f56a8e..62ba9cfe 100644 --- a/Library/include/syscalls.h +++ b/Library/include/syscalls.h @@ -10,8 +10,7 @@ #endif #include -/* TODO: make this less nasty. */ -#include "../../Kernel/include/userstructs.h" +#include extern int errno; extern int syscall(int callno, ...); -- 2.34.1