From 198f2945bf99f275b31c9b66c59f1c01d4a15ae1 Mon Sep 17 00:00:00 2001 From: Steffen Rusitschka Date: Fri, 3 Feb 2023 17:36:33 +0100 Subject: [PATCH] Kernel/aarch64: Include Error.h to fix aarch64 missing ErrorOr --- Kernel/API/Syscall.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Kernel/API/Syscall.h b/Kernel/API/Syscall.h index af5b4eb957..5dcf3b9322 100644 --- a/Kernel/API/Syscall.h +++ b/Kernel/API/Syscall.h @@ -6,6 +6,7 @@ #pragma once +#include #include #include #include