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

@ -3,6 +3,7 @@
#include "hex.h"
#include "oid-array.h"
#include "setup.h"
#include "strbuf.h"
static int print_oid(const struct object_id *oid, void *data)
{