From 89f87ec56e24e68ca1dfad76aac2c66afc892e52 Mon Sep 17 00:00:00 2001 From: Andrew Boie Date: Thu, 19 Jul 2018 13:00:52 -0700 Subject: [PATCH] syscalls: pull in arch/cpu.h Need the implementation of _arch_syscall_invokeX() functions to avoid build problems in some cases. Signed-off-by: Andrew Boie --- include/syscall.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/syscall.h b/include/syscall.h index d9721c9711b..281efa630da 100644 --- a/include/syscall.h +++ b/include/syscall.h @@ -12,6 +12,7 @@ #include #include #include +#include #ifdef __cplusplus extern "C" {