aboutsummaryrefslogtreecommitdiffstats
path: root/git-zlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'git-zlib.h')
-rw-r--r--git-zlib.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/git-zlib.h b/git-zlib.h
index d8a670aff9..0e66fefa8c 100644
--- a/git-zlib.h
+++ b/git-zlib.h
@@ -1,8 +1,10 @@
#ifndef GIT_ZLIB_H
#define GIT_ZLIB_H
+#include "compat/zlib-compat.h"
+
typedef struct git_zstream {
- z_stream z;
+ struct z_stream_s z;
unsigned long avail_in;
unsigned long avail_out;
unsigned long total_in;