From 8b6232a675c7b49bd9651805fc92917cc7a92198 Mon Sep 17 00:00:00 2001 From: notaz Date: Sat, 3 Sep 2011 01:26:33 +0300 Subject: fix some warnings --- zip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zip.c') diff --git a/zip.c b/zip.c index dd1d52c..a264603 100644 --- a/zip.c +++ b/zip.c @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include #include "common.h" +#include #define ZIP_BUFFER_SIZE (128 * 1024) -- cgit v1.2.3