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:40 +0300
committerJunio C Hamano <gitster@pobox.com>2023-04-11 18:52:09 +0300
commit73359a9b4375e0a0c02bb6b4f50e6782837cdc3f (patch)
tree9a628318f18931636964f63668f03a024e404459 /object-file.c
parent6c6ddf92d511c423b8b54fb1b01d563b6f4c58f7 (diff)
treewide: be explicit about dependence on convert.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 'object-file.c')
-rw-r--r--object-file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/object-file.c b/object-file.c
index 76b22ca75c..a4331e0da6 100644
--- a/object-file.c
+++ b/object-file.c
@@ -10,6 +10,7 @@
#include "abspath.h"
#include "alloc.h"
#include "config.h"
+#include "convert.h"
#include "environment.h"
#include "gettext.h"
#include "hex.h"