Explorar o código

need endian.h for __LONG_LONG_PAIR() macro

Mike Frysinger %!s(int64=19) %!d(string=hai) anos
pai
achega
62ed67488c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      libc/sysdeps/linux/common/pread_write.c

+ 1 - 0
libc/sysdeps/linux/common/pread_write.c

@@ -16,6 +16,7 @@
 #include <sys/syscall.h>
 #include <unistd.h>
 #include <stdint.h>
+#include <endian.h>
 
 extern __typeof(pread) __libc_pread;
 extern __typeof(pwrite) __libc_pwrite;