summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/VolumeVerifier.cpp
diff options
context:
space:
mode:
authorTillmann Karras <tilkax@gmail.com>2022-05-28 23:19:55 +0100
committerAdmiral H. Curtiss <pikachu025@gmail.com>2022-06-06 14:21:43 +0200
commit79a7bf02eb934dcf924d9f5cde55ba17d41643bf (patch)
tree36c043a854956243628d7b5a78151425a5fc1386 /Source/Core/DiscIO/VolumeVerifier.cpp
parent664663e8de7944585b2c936a283c70466917d861 (diff)
CMake: rename minizip to minizip-ng
minizip-ng is the new name used by the upstream project as well as all distros other than Fedora (but it looks like it will be renamed there).
Diffstat (limited to 'Source/Core/DiscIO/VolumeVerifier.cpp')
-rw-r--r--Source/Core/DiscIO/VolumeVerifier.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/VolumeVerifier.cpp b/Source/Core/DiscIO/VolumeVerifier.cpp
index 05070e3878..84ab51ef13 100644
--- a/Source/Core/DiscIO/VolumeVerifier.cpp
+++ b/Source/Core/DiscIO/VolumeVerifier.cpp
@@ -14,8 +14,8 @@
#include <mbedtls/md5.h>
#include <mbedtls/sha1.h>
+#include <mz_compat.h>
#include <pugixml.hpp>
-#include <unzip.h>
#include "Common/Align.h"
#include "Common/Assert.h"