Browse Source

need unistd.h for brk prototype

Mike Frysinger 19 years ago
parent
commit
efa7d2147f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libc/sysdeps/linux/hppa/brk.c

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

@@ -19,6 +19,7 @@
 
 #include <errno.h>
 #include <sys/syscall.h>
+#include <unistd.h>
 
 libc_hidden_proto(brk)