Explorar o código

pull in unistd.h for syscall() prototype

Mike Frysinger %!s(int64=18) %!d(string=hai) anos
pai
achega
145570840f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 <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,