diff options
author | Elijah Newren <newren@gmail.com> | 2023-04-11 05:00:41 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-04-11 17:52:09 +0200 |
commit | 75f273d9b7ce1d63c0c94e0e196107e90b3b9538 (patch) | |
tree | 249cb9ac0f331e40bcb35d56b8b521f7459bc130 /builtin | |
parent | treewide: be explicit about dependence on convert.h (diff) | |
download | git-75f273d9b7ce1d63c0c94e0e196107e90b3b9538.tar.xz git-75f273d9b7ce1d63c0c94e0e196107e90b3b9538.zip |
treewide: be explicit about dependence on pack-revindex.h
Signed-off-by: Elijah Newren <newren@gmail.com>
Acked-by: Calvin Wan <calvinwan@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/index-pack.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/index-pack.c b/builtin/index-pack.c index b17e79cd40..ceb0f120ed 100644 --- a/builtin/index-pack.c +++ b/builtin/index-pack.c @@ -17,6 +17,7 @@ #include "streaming.h" #include "thread-utils.h" #include "packfile.h" +#include "pack-revindex.h" #include "object-store.h" #include "replace-object.h" #include "promisor-remote.h" |