Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'support/minizip/unzip.h')
-rw-r--r--support/minizip/unzip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/minizip/unzip.h b/support/minizip/unzip.h
index 2104e391507..9c581280a2c 100644
--- a/support/minizip/unzip.h
+++ b/support/minizip/unzip.h
@@ -48,7 +48,7 @@ extern "C" {
#endif
#ifndef _ZLIB_H
-#include "zlib.h"
+#include "../mono/zlib/zlib.h"
#endif
#ifndef _ZLIBIOAPI_H