summaryrefslogtreecommitdiff
path: root/shell/inc/internal/zipfile.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/inc/internal/zipfile.hxx')
-rw-r--r--shell/inc/internal/zipfile.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/inc/internal/zipfile.hxx b/shell/inc/internal/zipfile.hxx
index 7b119412e2a8..24fba6542fcf 100644
--- a/shell/inc/internal/zipfile.hxx
+++ b/shell/inc/internal/zipfile.hxx
@@ -33,7 +33,11 @@
#define _WINDOWS
#endif
+#ifdef SYSTEM_ZLIB
#include <zlib.h>
+#else
+#include <external/zlib/zlib.h>
+#endif
#include <string>
#include <vector>