From 29fb29d31913438a27f708231d11f7dac46d7910 Mon Sep 17 00:00:00 2001 From: Chris Zankel Date: Wed, 17 Oct 2012 17:45:03 -0700 Subject: xtensa: sysdep.h needs to include sys/syscall.h The Xtensa version of sysdep.h didn't include sys/syscall.h. This header file is, for example, needed by not-cancel.h, which uses the INTERNAL_SYSCALL macro. Signed-off-by: Chris Zankel --- libc/sysdeps/linux/xtensa/sysdep.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/sysdeps/linux/xtensa/sysdep.h') 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 + #ifdef __ASSEMBLER__ #define ALIGNARG(log2) 1 << log2 -- cgit v1.2.3