From 167614f6f8b096be51a5fe485dd4a0200bcb1a9c Mon Sep 17 00:00:00 2001 From: Lars Persson Date: Sat, 18 Oct 2008 12:20:46 +0000 Subject: [PATCH] Need a differentiating zlib.h filename for SymbianOS. svn-id: r34820 --- graphics/dxa_player.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/graphics/dxa_player.cpp b/graphics/dxa_player.cpp index f4c93a51f1d..2430f46eea2 100644 --- a/graphics/dxa_player.cpp +++ b/graphics/dxa_player.cpp @@ -29,7 +29,11 @@ #include "common/util.h" #ifdef USE_ZLIB -#include + #ifdef __SYMBIAN32__ + #include + #else + #include + #endif #endif namespace Graphics {