From 69a63fe663874716d2b5bf49b90c550f8279358e Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Sat, 22 Apr 2023 20:17:08 +0000 Subject: treewide: be explicit about dependence on strbuf.h Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano --- common-main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'common-main.c') diff --git a/common-main.c b/common-main.c index f319317353..601a875e2f 100644 --- a/common-main.c +++ b/common-main.c @@ -3,6 +3,7 @@ #include "gettext.h" #include "attr.h" #include "setup.h" +#include "strbuf.h" #include "trace2.h" /* -- cgit v1.2.3