commit | 89f87ec56e24e68ca1dfad76aac2c66afc892e52 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Thu Jul 19 13:00:52 2018 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Thu Jul 19 16:44:59 2018 -0700 |
tree | 3c4568205e98a1fbde9741376c317fecf383a33b | |
parent | 45f069a4bb6ccb9f72433de3a5c4f98244c552a3 [diff] |
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 <andrew.p.boie@intel.com>
diff --git a/include/syscall.h b/include/syscall.h index d9721c9..281efa6 100644 --- a/include/syscall.h +++ b/include/syscall.h
@@ -12,6 +12,7 @@ #include <zephyr/types.h> #include <syscall_list.h> #include <syscall_macros.h> +#include <arch/cpu.h> #ifdef __cplusplus extern "C" {