From 95254cf6c7604d9751fa1417b0b48a6710739a09 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Fri, 18 Apr 2025 22:34:02 -0400 Subject: kernel: syscall: Fix conditional includes Signed-off-by: Ian Moffett --- sys/include/sys/syscall.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/include/sys/syscall.h b/sys/include/sys/syscall.h index afe7c2d..3f3a8b3 100644 --- a/sys/include/sys/syscall.h +++ b/sys/include/sys/syscall.h @@ -33,9 +33,8 @@ #if !defined(__ASSEMBLER__) #include #include -#else #include -#endif /* !__ASSEMBLER__ */ +#endif #define SYS_none 0 #define SYS_exit 1 -- cgit v1.2.3