Browse Source

Add missing <errno.h>

David Schleef 22 years ago
parent
commit
e428dbc2c5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libc/sysdeps/linux/powerpc/_mmap.c

+ 1 - 0
libc/sysdeps/linux/powerpc/_mmap.c

@@ -2,6 +2,7 @@
 #include <unistd.h>
 #include <unistd.h>
 #include <sys/mman.h>
 #include <sys/mman.h>
 #include <sys/syscall.h>
 #include <sys/syscall.h>
+#include <errno.h>
 
 
 
 
 void * mmap(void *start, size_t length, int prot, int flags, int fd,
 void * mmap(void *start, size_t length, int prot, int flags, int fd,