diff options
Diffstat (limited to 'libc/sysdeps')
-rw-r--r-- | libc/sysdeps/linux/hppa/syscall.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/hppa/syscall.c b/libc/sysdeps/linux/hppa/syscall.c index 87dff0f34..9abdc5372 100644 --- a/libc/sysdeps/linux/hppa/syscall.c +++ b/libc/sysdeps/linux/hppa/syscall.c @@ -19,6 +19,7 @@ #include <stdarg.h> #include <errno.h> #include <sys/syscall.h> +#include <unistd.h> /* HPPA implements syscall() in 'C'; the assembler version would typically be in syscall.S. Also note that we have INLINE_SYSCALL, |