summaryrefslogtreecommitdiff
path: root/Source/Core/Common
diff options
context:
space:
mode:
authorJoshua Vandaƫle <joshua@vandaele.software>2025-01-11 12:19:37 +0100
committerJoshua Vandaƫle <joshua@vandaele.software>2025-01-19 10:30:41 +0100
commitfa442dc90b23060b910e366e4074fb9b4453c252 (patch)
tree13ebb4740a1ada0f33b17a5a17e78f9d210dd5ee /Source/Core/Common
parent3ea870ef8c5f4d4b86bd3ce0c2e3ddba6f1f25aa (diff)
Fix build with minizip-ng 4.0.8
Diffstat (limited to 'Source/Core/Common')
-rw-r--r--Source/Core/Common/MinizipUtil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/MinizipUtil.h b/Source/Core/Common/MinizipUtil.h
index 87c6231fa0..bf681cb8cf 100644
--- a/Source/Core/Common/MinizipUtil.h
+++ b/Source/Core/Common/MinizipUtil.h
@@ -5,7 +5,7 @@
#include <algorithm>
-#include <mz_compat.h>
+#include <unzip.h>
#include "Common/CommonTypes.h"
#include "Common/ScopeGuard.h"