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, 2 insertions, 0 deletions
diff --git a/git-zlib.h b/git-zlib.h
index d8a670aff9..1e8d9aabcb 100644
--- a/git-zlib.h
+++ b/git-zlib.h
@@ -1,6 +1,8 @@
#ifndef GIT_ZLIB_H
#define GIT_ZLIB_H
+#include "compat/zlib-compat.h"
+
typedef struct git_zstream {
z_stream z;
unsigned long avail_in;