summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hgzip.h
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/hgzip.h')
-rw-r--r--hwpfilter/source/hgzip.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/hwpfilter/source/hgzip.h b/hwpfilter/source/hgzip.h
index 600d8f1ebe8c..c8b2cbe19251 100644
--- a/hwpfilter/source/hgzip.h
+++ b/hwpfilter/source/hgzip.h
@@ -29,7 +29,12 @@
#ifndef _HWPGZIP_H_
#define _HWPGZIP_H_
+// DVO: add zlib/ prefix
+#ifdef SYSTEM_ZLIB
#include <zlib.h>
+#else
+#include "zlib/zlib.h"
+#endif
class HStream;
/**