Browse Source

pull in unistd.h for syscall() prototype

Mike Frysinger 18 years ago
parent
commit
145570840f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libc/sysdeps/linux/hppa/syscall.c

+ 1 - 0
libc/sysdeps/linux/hppa/syscall.c

@@ -19,6 +19,7 @@
 #include <stdarg.h>
 #include <stdarg.h>
 #include <errno.h>
 #include <errno.h>
 #include <sys/syscall.h>
 #include <sys/syscall.h>
+#include <unistd.h>
 
 
 /* HPPA implements syscall() in 'C'; the assembler version would
 /* HPPA implements syscall() in 'C'; the assembler version would
    typically be in syscall.S. Also note that we have INLINE_SYSCALL,
    typically be in syscall.S. Also note that we have INLINE_SYSCALL,