aboutsummaryrefslogtreecommitdiff
path: root/common/unzip.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/unzip.h')
-rw-r--r--common/unzip.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/unzip.h b/common/unzip.h
index af9f738880..2d888fe5b1 100644
--- a/common/unzip.h
+++ b/common/unzip.h
@@ -73,7 +73,11 @@
extern "C" {
#endif
+#ifdef __SYMBIAN32__
+#include <zlib\zlib.h>
+#else
#include <zlib.h>
+#endif
#if defined(STRICTUNZIP) || defined(STRICTZIPUNZIP)
/* like the STRICT of WIN32, we define a pointer that cannot be converted