diff options
Diffstat (limited to 'libc')
-rw-r--r-- | libc/sysdeps/linux/xtensa/sysdep.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/xtensa/sysdep.h b/libc/sysdeps/linux/xtensa/sysdep.h index fb691f8c6..176e88f11 100644 --- a/libc/sysdeps/linux/xtensa/sysdep.h +++ b/libc/sysdeps/linux/xtensa/sysdep.h @@ -17,6 +17,8 @@ Software Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ +#include <sys/syscall.h> + #ifdef __ASSEMBLER__ #define ALIGNARG(log2) 1 << log2 |