summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2001-11-10 00:17:21 +0000
committerDavid Schleef <ds@schleef.org>2001-11-10 00:17:21 +0000
commite428dbc2c5f388c482590908b2ca4d94f3b53607 (patch)
treed33742d56d6e6c7e12160594976c5dbaf2a71ce0 /libc
parent95d611c31690707350d26a990b5674253bc8dca5 (diff)
Add missing <errno.h>
Diffstat (limited to 'libc')
-rw-r--r--libc/sysdeps/linux/powerpc/_mmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/powerpc/_mmap.c b/libc/sysdeps/linux/powerpc/_mmap.c
index 18cb99944..a229181e0 100644
--- a/libc/sysdeps/linux/powerpc/_mmap.c
+++ b/libc/sysdeps/linux/powerpc/_mmap.c
@@ -2,6 +2,7 @@
#include <unistd.h>
#include <sys/mman.h>
#include <sys/syscall.h>
+#include <errno.h>
void * mmap(void *start, size_t length, int prot, int flags, int fd,