From 145570840fe457b1bbce0366917d54e29aab6ea6 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 29 Jan 2007 04:32:20 +0000 Subject: pull in unistd.h for syscall() prototype --- libc/sysdeps/linux/hppa/syscall.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/sysdeps/linux/hppa') 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 #include #include +#include /* HPPA implements syscall() in 'C'; the assembler version would typically be in syscall.S. Also note that we have INLINE_SYSCALL, -- cgit v1.2.3