Explorar el Código

Add missing <errno.h>

David Schleef hace 24 años
padre
commit
e428dbc2c5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 <sys/mman.h>
 #include <sys/syscall.h>
+#include <errno.h>
 
 
 void * mmap(void *start, size_t length, int prot, int flags, int fd,