diff options
author | David Schleef <ds@schleef.org> | 2001-11-10 00:17:21 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2001-11-10 00:17:21 +0000 |
commit | e428dbc2c5f388c482590908b2ca4d94f3b53607 (patch) | |
tree | d33742d56d6e6c7e12160594976c5dbaf2a71ce0 /libc/sysdeps/linux/powerpc | |
parent | 95d611c31690707350d26a990b5674253bc8dca5 (diff) |
Add missing <errno.h>
Diffstat (limited to 'libc/sysdeps/linux/powerpc')
-rw-r--r-- | libc/sysdeps/linux/powerpc/_mmap.c | 1 |
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, |