diff --git a/headers/private/kernel/arch/thread.h b/headers/private/kernel/arch/thread.h index 8f11286d11..e46e81efa9 100644 --- a/headers/private/kernel/arch/thread.h +++ b/headers/private/kernel/arch/thread.h @@ -41,11 +41,11 @@ void arch_check_syscall_restart(struct thread *t); void arch_store_fork_frame(struct arch_fork_arg *arg); void arch_restore_fork_frame(struct arch_fork_arg *arg); -// for any inline overrides -#include - #ifdef __cplusplus } #endif +// for any inline overrides +#include + #endif /* KERNEL_ARCH_THREAD_H */