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. --- archival/libunarchive/unzip.c | 1 + 1 file changed, 1 insertion(+) (limited to 'archival/libunarchive/unzip.c') diff --git a/archival/libunarchive/unzip.c b/archival/libunarchive/unzip.c index 40b8af427..b85eb9981 100644 --- a/archival/libunarchive/unzip.c +++ b/archival/libunarchive/unzip.c @@ -64,6 +64,7 @@ static char *license_msg[] = { #include #include #include +#include #include "libbb.h" FILE *in_file, *out_file; -- cgit v1.2.3