From a2949aa217f255341a0507b6e340285bdea1001f Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Fri, 29 Jun 2001 18:59:32 +0000 Subject: Add some missing includes to kill warnings when building with the default Config.h and using gcc's -fno-builtin. There are probably other files with the similar problems. Also, if building against uClibc, don't include asm/unistd.h in syscalls.c and module_syscalls.c. --- libbb/syscalls.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libbb/syscalls.c') diff --git a/libbb/syscalls.c b/libbb/syscalls.c index f183b26c3..426a14aa1 100644 --- a/libbb/syscalls.c +++ b/libbb/syscalls.c @@ -30,7 +30,9 @@ #include +#ifndef __UCLIBC__ #include +#endif #include "libbb.h" #if defined(__ia64__) -- cgit v1.2.3