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.c')
-rw-r--r--support/minizip/unzip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/minizip/unzip.c b/support/minizip/unzip.c
index bcfb9416ec3..f9e9126bd8b 100644
--- a/support/minizip/unzip.c
+++ b/support/minizip/unzip.c
@@ -72,7 +72,7 @@
#define NOUNCRYPT
#endif
-#include "zlib.h"
+#include "../mono/zlib/zlib.h"
#include "unzip.h"
#ifdef STDC