diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-20 23:20:36 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-20 23:20:36 +0000 |
commit | efa7d2147f23dc8c5be68358e879ac743449a081 (patch) | |
tree | 1bba425afc08155ad4b28e44994894f493823cff /libc/sysdeps | |
parent | 7ffdf253cfd7786e72ff69abc2281634cd500968 (diff) |
need unistd.h for brk prototype
Diffstat (limited to 'libc/sysdeps')
-rw-r--r-- | libc/sysdeps/linux/hppa/brk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/hppa/brk.c b/libc/sysdeps/linux/hppa/brk.c index a5a35050f..b57c3328a 100644 --- a/libc/sysdeps/linux/hppa/brk.c +++ b/libc/sysdeps/linux/hppa/brk.c @@ -19,6 +19,7 @@ #include <errno.h> #include <sys/syscall.h> +#include <unistd.h> libc_hidden_proto(brk) |