diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-12-11 04:06:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-12-11 04:06:55 +0000 |
commit | 62ed67488ccdaf0b37ba7fe2b29f9bf55a96f266 (patch) | |
tree | 7fc29d7650f02849c2ed4da309cdcdaf19aa050f /libc | |
parent | 40c22dc8ae0a245c02a3e1c561a3166485b10428 (diff) |
need endian.h for __LONG_LONG_PAIR() macro
Diffstat (limited to 'libc')
-rw-r--r-- | libc/sysdeps/linux/common/pread_write.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <sys/syscall.h> #include <unistd.h> #include <stdint.h> +#include <endian.h> extern __typeof(pread) __libc_pread; extern __typeof(pwrite) __libc_pwrite; |