瀏覽代碼

Add missing <errno.h>

David Schleef 22 年之前
父節點
當前提交
e428dbc2c5
共有 1 個文件被更改,包括 1 次插入0 次删除
  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,