From 054aabaea60e8373e5df7d72a27eae2597b6ab06 Mon Sep 17 00:00:00 2001 From: MuQun Yang Date: Mon, 18 Jun 2007 17:17:10 -0500 Subject: [svn-r13876] Purpose: Fix mingw errors Description: Removed sys/uio.h dependency, which was originally added to clean up compiler warnings. It is no longer needed, and needs to be removed to compile on mingw, which doesn't have this header. Tested: kagiso, duty, mingw --- perform/zip_perf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/perform/zip_perf.c b/perform/zip_perf.c index f5be6a0..c2ba1fc 100644 --- a/perform/zip_perf.c +++ b/perform/zip_perf.c @@ -29,7 +29,6 @@ #include #include #include -#include #include #include #include -- cgit v0.12