From: graham.gower Date: Tue, 17 Nov 2009 02:12:59 +0000 (+0000) Subject: Fix the warnings I created. X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=337528e87f84351bbcdc6acd1a710c207b42533b;p=oweals%2Fopkg-lede.git Fix the warnings I created. git-svn-id: http://opkg.googlecode.com/svn/trunk@326 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- diff --git a/libbb/unzip.c b/libbb/unzip.c index 894b788..186da59 100644 --- a/libbb/unzip.c +++ b/libbb/unzip.c @@ -45,6 +45,7 @@ #include #include #include +#include #include "libbb.h" static FILE *in_file, *out_file;