aboutsummaryrefslogtreecommitdiffstats
path: root/sparse-index.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-05-16 06:33:50 +0000
committerJunio C Hamano <gitster@pobox.com>2023-06-21 13:39:53 -0700
commitf5653856c26efb2ce722148060518817af2ab023 (patch)
tree3b0291ab941ea62464de82524b8eac0ae059e2b2 /sparse-index.c
parentrun-command.h: move declarations for run-command.c from cache.h (diff)
downloadgit-f5653856c26efb2ce722148060518817af2ab023.tar.gz
git-f5653856c26efb2ce722148060518817af2ab023.zip
name-hash.h: move declarations for name-hash.c from cache.h
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'sparse-index.c')
-rw-r--r--sparse-index.c1
1 files changed, 1 insertions, 0 deletions
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"