OSDN Git Service

need unistd.h for brk prototype
authorMike Frysinger <vapier@gentoo.org>
Fri, 20 Jan 2006 23:20:36 +0000 (23:20 -0000)
committerMike Frysinger <vapier@gentoo.org>
Fri, 20 Jan 2006 23:20:36 +0000 (23:20 -0000)
libc/sysdeps/linux/hppa/brk.c

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