aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/fetch.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-04-11 03:00:42 +0000
committerJunio C Hamano <gitster@pobox.com>2023-04-11 08:52:09 -0700
commit6f2d74304335f571374f786537b2efe5aba9f48c (patch)
treec53ad467a1a4234a355d43c0da45f0b38055afbb /builtin/fetch.c
parenttreewide: be explicit about dependence on pack-revindex.h (diff)
downloadgit-6f2d74304335f571374f786537b2efe5aba9f48c.tar.gz
git-6f2d74304335f571374f786537b2efe5aba9f48c.zip
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 'builtin/fetch.c')
-rw-r--r--builtin/fetch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/fetch.c b/builtin/fetch.c
index f2b8098775..e093662921 100644
--- a/builtin/fetch.c
+++ b/builtin/fetch.c
@@ -12,6 +12,7 @@
#include "refspec.h"
#include "object-store.h"
#include "oidset.h"
+#include "oid-array.h"
#include "commit.h"
#include "builtin.h"
#include "string-list.h"