summaryrefslogtreecommitdiff
path: root/src/pack.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pack.c')
-rw-r--r--src/pack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pack.c b/src/pack.c
index fcb097e8f..0d618324b 100644
--- a/src/pack.c
+++ b/src/pack.c
@@ -14,7 +14,7 @@
#include "fileops.h"
#include "git2/oid.h"
-#include "git2/zlib.h"
+#include <zlib.h>
static int packfile_open(struct git_pack_file *p);
static off_t nth_packed_object_offset(const struct git_pack_file *p, uint32_t n);