diff options
author | David McCullough <davidm@snapgear.com> | 2002-08-09 13:03:00 +0000 |
---|---|---|
committer | David McCullough <davidm@snapgear.com> | 2002-08-09 13:03:00 +0000 |
commit | bea67a752df6f8e1dfce75592fb7c371e5c8a212 (patch) | |
tree | c9b547baafaae100ab2c34ef6930ba48a1a5a736 /libc/sysdeps/linux/common | |
parent | 54e4a312a7ac8609604d922950d29f618d1cb04c (diff) |
Fix a number of compile time warnings so that uClibc will build with -Werror using
a 3.0.4 version of the sh-linux-gcc compiler.
Diffstat (limited to 'libc/sysdeps/linux/common')
-rw-r--r-- | libc/sysdeps/linux/common/syscalls.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/syscalls.c b/libc/sysdeps/linux/common/syscalls.c index 4acd0401c..ff7c38478 100644 --- a/libc/sysdeps/linux/common/syscalls.c +++ b/libc/sysdeps/linux/common/syscalls.c @@ -35,6 +35,7 @@ #include <errno.h> #include <sys/types.h> #include <sys/syscall.h> +#include <endian.h> //#define __NR_exit 1 |