treewide: be explicit about dependence on strbuf.h

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Elijah Newren
2023-04-22 20:17:08 +00:00
committed by Junio C Hamano
parent 331b094eec
commit 69a63fe663
13 changed files with 13 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
#include "abspath.h"
#include "config.h"
#include "gettext.h"
#include "strbuf.h"
#include "trace2.h"
#include "wrapper.h"