Explorar o código

Need to include sys/syscall.h because of other changes

David Schleef %!s(int64=24) %!d(string=hai) anos
pai
achega
6d3b6f17fe
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      libc/sysdeps/linux/powerpc/_mmap.c

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

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