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-string-list.c | 1 + 1 file changed, 1 insertion(+) (limited to 't/helper/test-string-list.c') diff --git a/t/helper/test-string-list.c b/t/helper/test-string-list.c index 2123dda85b..959f27c74c 100644 --- a/t/helper/test-string-list.c +++ b/t/helper/test-string-list.c @@ -1,5 +1,6 @@ #include "test-tool.h" #include "cache.h" +#include "strbuf.h" #include "string-list.h" /* -- cgit v1.2.3