From bb9b90431ea172f6be751201081430cd9cd57f98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C5=93ur?= Date: Tue, 12 Nov 2024 00:33:29 +0100 Subject: [PATCH] compatibility with Swift Package Manager --- compat/ioapi.c | 6 +++--- compat/unzip.c | 10 +++++----- compat/zip.c | 10 +++++----- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/compat/ioapi.c b/compat/ioapi.c index b0571acb..79ea20a6 100644 --- a/compat/ioapi.c +++ b/compat/ioapi.c @@ -1,6 +1,6 @@ -#include "mz.h" -#include "mz_strm.h" -#include "mz_strm_mem.h" +#include "../mz.h" +#include "../mz_strm.h" +#include "../mz_strm_mem.h" #include "ioapi.h" diff --git a/compat/unzip.c b/compat/unzip.c index aa025bb5..185ce9a5 100644 --- a/compat/unzip.c +++ b/compat/unzip.c @@ -10,11 +10,11 @@ See the accompanying LICENSE file for the full text of the license. */ -#include "mz.h" -#include "mz_os.h" -#include "mz_strm.h" -#include "mz_strm_os.h" -#include "mz_zip.h" +#include "../mz.h" +#include "../mz_os.h" +#include "../mz_strm.h" +#include "../mz_strm_os.h" +#include "../mz_zip.h" #include /* SEEK */ diff --git a/compat/zip.c b/compat/zip.c index 1c78d500..4fa711ed 100644 --- a/compat/zip.c +++ b/compat/zip.c @@ -10,11 +10,11 @@ See the accompanying LICENSE file for the full text of the license. */ -#include "mz.h" -#include "mz_os.h" -#include "mz_strm.h" -#include "mz_strm_os.h" -#include "mz_zip.h" +#include "../mz.h" +#include "../mz_os.h" +#include "../mz_strm.h" +#include "../mz_strm_os.h" +#include "../mz_zip.h" #include "zip.h"