diff options
Diffstat (limited to 'libc/sysdeps/linux/riscv64/sysdep.h')
-rw-r--r-- | libc/sysdeps/linux/riscv64/sysdep.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/riscv64/sysdep.h b/libc/sysdeps/linux/riscv64/sysdep.h index b12329332..3fa04bb57 100644 --- a/libc/sysdeps/linux/riscv64/sysdep.h +++ b/libc/sysdeps/linux/riscv64/sysdep.h @@ -20,6 +20,7 @@ #define _LINUX_RISCV_SYSDEP_H 1 #include <common/sysdep.h> +#include <sys/syscall.h> #ifdef __ASSEMBLER__ |