summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--generic/tclZlib.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclZlib.c b/generic/tclZlib.c
index 956e3f9..da9f97e 100644
--- a/generic/tclZlib.c
+++ b/generic/tclZlib.c
@@ -13,10 +13,9 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*/
-
#include "tclInt.h"
#ifdef HAVE_ZLIB
-#include <zlib.h>
+#include "../compat/miniz/miniz.c"
#include "tclIO.h"
/*