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/zip.h')
-rw-r--r--support/minizip/zip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/minizip/zip.h b/support/minizip/zip.h
index 8aaebb62343..f7059099b2a 100644
--- a/support/minizip/zip.h
+++ b/support/minizip/zip.h
@@ -47,7 +47,7 @@ extern "C" {
//#define HAVE_BZIP2
#ifndef _ZLIB_H
-#include "zlib.h"
+#include "../mono/zlib/zlib.h"
#endif
#ifndef _ZLIBIOAPI_H