From f5653856c26efb2ce722148060518817af2ab023 Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Tue, 16 May 2023 06:33:50 +0000 Subject: name-hash.h: move declarations for name-hash.c from cache.h Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano --- sparse-index.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sparse-index.c') diff --git a/sparse-index.c b/sparse-index.c index 886054729e..60451daae8 100644 --- a/sparse-index.c +++ b/sparse-index.c @@ -2,6 +2,7 @@ #include "alloc.h" #include "environment.h" #include "gettext.h" +#include "name-hash.h" #include "repository.h" #include "sparse-index.h" #include "tree.h" -- cgit v1.2.3