summaryrefslogtreecommitdiffstats
path: root/ui/qt/utils/wireshark_zip_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/utils/wireshark_zip_helper.h')
-rw-r--r--ui/qt/utils/wireshark_zip_helper.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/ui/qt/utils/wireshark_zip_helper.h b/ui/qt/utils/wireshark_zip_helper.h
index 2f8e39f8..7845f70a 100644
--- a/ui/qt/utils/wireshark_zip_helper.h
+++ b/ui/qt/utils/wireshark_zip_helper.h
@@ -16,9 +16,13 @@
#include <QDir>
-#ifdef HAVE_MINIZIP
+#if defined(HAVE_MINIZIP) || defined(HAVE_MINIZIPNG)
+#ifdef HAVE_MINIZIP
#include "minizip/zip.h"
+#else
+#include "minizip-ng/mz_compat.h"
+#endif
class WiresharkZipHelper
{