OSDN Git Service

Add missing <errno.h>
authorDavid Schleef <ds@schleef.org>
Sat, 10 Nov 2001 00:17:21 +0000 (00:17 -0000)
committerDavid Schleef <ds@schleef.org>
Sat, 10 Nov 2001 00:17:21 +0000 (00:17 -0000)
libc/sysdeps/linux/powerpc/_mmap.c

index 18cb999..a229181 100644 (file)
@@ -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,