summaryrefslogtreecommitdiff
path: root/zip.c
diff options
context:
space:
mode:
Diffstat (limited to 'zip.c')
-rw-r--r--zip.c2
1 files changed, 1 insertions, 1 deletions
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 <zlib.h>
#include "common.h"
+#include <zlib.h>
#define ZIP_BUFFER_SIZE (128 * 1024)