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 --- t/helper/test-parse-options.c | 1 + 1 file changed, 1 insertion(+) (limited to 't/helper/test-parse-options.c') diff --git a/t/helper/test-parse-options.c b/t/helper/test-parse-options.c index 506835521a..20a81a1eb2 100644 --- a/t/helper/test-parse-options.c +++ b/t/helper/test-parse-options.c @@ -1,6 +1,7 @@ #include "test-tool.h" #include "cache.h" #include "parse-options.h" +#include "strbuf.h" #include "string-list.h" #include "trace2.h" -- cgit 1.2.3-korg