summaryrefslogtreecommitdiff
path: root/git-zlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'git-zlib.h')
-rw-r--r--git-zlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-zlib.h b/git-zlib.h
index 1e8d9aabcb..0e66fefa8c 100644
--- a/git-zlib.h
+++ b/git-zlib.h
@@ -4,7 +4,7 @@
#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;