Skip to content
Commit 062fc224 authored by Daniel Leung's avatar Daniel Leung Committed by Carles Cufí
Browse files

sys: arch_interface: include arch/syscall.h if USERSPACE



Due to arch_syscall_invoke are declared static, if there are
no corresponding definition, compiler will complain. It has
been working fine so far because arch/syscall.h is included
indirectly through some other headers (especially through
generated syscall stubs). However, with enough header files
shuffling this becomes an issue. So include arch/syscall.h
in arch_interface.h explicitly.

Signed-off-by: default avatarDaniel Leung <daniel.leung@intel.com>
parent b43271dc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment