fix zlib include path in zip.h

This commit is contained in:
Daniel Gibson 2013-01-02 21:20:31 +01:00
parent c47e78d6f3
commit 19effdad2c

View file

@ -47,7 +47,7 @@ extern "C" {
//#define HAVE_BZIP2
#ifndef _ZLIB_H
#include "../../libs/zlib/zlib.h"
#include "../zlib.h"
#endif
#ifndef _ZLIBIOAPI_H