From 62ed67488ccdaf0b37ba7fe2b29f9bf55a96f266 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 11 Dec 2006 04:06:55 +0000 Subject: need endian.h for __LONG_LONG_PAIR() macro --- libc/sysdeps/linux/common/pread_write.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/sysdeps/linux/common/pread_write.c') diff --git a/libc/sysdeps/linux/common/pread_write.c b/libc/sysdeps/linux/common/pread_write.c index 1d068067b..3c0df19a3 100644 --- a/libc/sysdeps/linux/common/pread_write.c +++ b/libc/sysdeps/linux/common/pread_write.c @@ -16,6 +16,7 @@ #include #include #include +#include extern __typeof(pread) __libc_pread; extern __typeof(pwrite) __libc_pwrite; -- cgit v1.2.3