aboutsummaryrefslogtreecommitdiffstats
path: root/compat/zlib-compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat/zlib-compat.h')
-rw-r--r--compat/zlib-compat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat/zlib-compat.h b/compat/zlib-compat.h
index 0c60e3af33..ac08276622 100644
--- a/compat/zlib-compat.h
+++ b/compat/zlib-compat.h
@@ -4,8 +4,8 @@
#ifdef HAVE_ZLIB_NG
# include <zlib-ng.h>
-# define z_stream zng_stream
-#define gz_header_s zng_gz_header_s
+# define z_stream_s zng_stream_s
+# define gz_header_s zng_gz_header_s
# define crc32(crc, buf, len) zng_crc32(crc, buf, len)