From d88dbaa71864c42df1394be25234d7c187a12f48 Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Tue, 11 Apr 2023 00:41:51 -0700 Subject: git-zlib: move declarations for git-zlib functions from cache.h Move functions from cache.h for zlib.c into a new header file. Since adding a "zlib.h" would cause issues with the real zlib, rename zlib.c to git-zlib.c while we are at it. Signed-off-by: Elijah Newren Acked-by: Calvin Wan Signed-off-by: Junio C Hamano --- http-backend.c | 1 + 1 file changed, 1 insertion(+) (limited to 'http-backend.c') diff --git a/http-backend.c b/http-backend.c index 89aad1b42c..d41b3b9e1e 100644 --- a/http-backend.c +++ b/http-backend.c @@ -2,6 +2,7 @@ #include "alloc.h" #include "config.h" #include "environment.h" +#include "git-zlib.h" #include "hex.h" #include "repository.h" #include "refs.h" -- cgit v1.2.3