OSDN Git Service

need endian.h for __LONG_LONG_PAIR() macro
authorMike Frysinger <vapier@gentoo.org>
Mon, 11 Dec 2006 04:06:55 +0000 (04:06 -0000)
committerMike Frysinger <vapier@gentoo.org>
Mon, 11 Dec 2006 04:06:55 +0000 (04:06 -0000)
libc/sysdeps/linux/common/pread_write.c

index 1d06806..3c0df19 100644 (file)
@@ -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;