Pārlūkot izejas kodu

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

David Schleef 23 gadi atpakaļ
vecāks
revīzija
6d3b6f17fe
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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,