svn commit: trunk/uClibc/libc/sysdeps/linux/common

vapier at uclibc.org vapier at uclibc.org
Mon Dec 11 04:06:55 UTC 2006


Author: vapier
Date: 2006-12-10 20:06:55 -0800 (Sun, 10 Dec 2006)
New Revision: 16841

Log:
need endian.h for __LONG_LONG_PAIR() macro

Modified:
   trunk/uClibc/libc/sysdeps/linux/common/pread_write.c


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/common/pread_write.c
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/pread_write.c	2006-12-11 04:06:36 UTC (rev 16840)
+++ trunk/uClibc/libc/sysdeps/linux/common/pread_write.c	2006-12-11 04:06:55 UTC (rev 16841)
@@ -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;




More information about the uClibc-cvs mailing list