diff options
-rw-r--r-- | include/sys/syscall.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/syscall.h b/include/sys/syscall.h index 703188683..aef1f998f 100644 --- a/include/sys/syscall.h +++ b/include/sys/syscall.h @@ -20,6 +20,7 @@ #define _SYSCALL_H 1 /* This file provides us with the nicely useful _syscall[0-5] macros. */ +#include <features.h> #if defined _LIBC && (defined IS_IN_libc || defined NOT_IN_libc) # include <bits/syscalls.h> #else |