Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-04-11 06:00:41 +0300
committerJunio C Hamano <gitster@pobox.com>2023-04-11 18:52:09 +0300
commit75f273d9b7ce1d63c0c94e0e196107e90b3b9538 (patch)
tree249cb9ac0f331e40bcb35d56b8b521f7459bc130 /pack-write.c
parent73359a9b4375e0a0c02bb6b4f50e6782837cdc3f (diff)
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 'pack-write.c')
-rw-r--r--pack-write.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pack-write.c b/pack-write.c
index f171405495..152c14aa7a 100644
--- a/pack-write.c
+++ b/pack-write.c
@@ -9,6 +9,7 @@
#include "pack-mtimes.h"
#include "oidmap.h"
#include "pack-objects.h"
+#include "pack-revindex.h"
void reset_pack_idx_option(struct pack_idx_option *opts)
{