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
path: root/diff.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-04-11 06:00:42 +0300
committerJunio C Hamano <gitster@pobox.com>2023-04-11 18:52:09 +0300
commit6f2d74304335f571374f786537b2efe5aba9f48c (patch)
treec53ad467a1a4234a355d43c0da45f0b38055afbb /diff.c
parent75f273d9b7ce1d63c0c94e0e196107e90b3b9538 (diff)
treewide: be explicit about dependence on oid-array.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 'diff.c')
-rw-r--r--diff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/diff.c b/diff.c
index 47c1973a50..89cd0b17da 100644
--- a/diff.c
+++ b/diff.c
@@ -29,6 +29,7 @@
#include "string-list.h"
#include "strvec.h"
#include "graph.h"
+#include "oid-array.h"
#include "packfile.h"
#include "parse-options.h"
#include "help.h"