summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/hppa
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-01-29 04:32:20 +0000
committerMike Frysinger <vapier@gentoo.org>2007-01-29 04:32:20 +0000
commit145570840fe457b1bbce0366917d54e29aab6ea6 (patch)
tree82795008e6d05d050c6df2d9c243a6495554cbda /libc/sysdeps/linux/hppa
parent3bbd79d8a5a4874ba94c6bcfaa899e752d78c3cf (diff)
pull in unistd.h for syscall() prototype
Diffstat (limited to 'libc/sysdeps/linux/hppa')
-rw-r--r--libc/sysdeps/linux/hppa/syscall.c1
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,