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 --- dir.c | 1 + 1 file changed, 1 insertion(+) (limited to 'dir.c') diff --git a/dir.c b/dir.c index a7469df3ac..029aab36fe 100644 --- a/dir.c +++ b/dir.c @@ -13,6 +13,7 @@ #include "dir.h" #include "environment.h" #include "gettext.h" +#include "name-hash.h" #include "object-file.h" #include "object-store.h" #include "attr.h" -- cgit v1.2.3