1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-03-28 20:19:59 +01:00

json-writer.h: add missing include (hdr-check)

Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Ramsay Jones 2018-09-19 01:08:35 +01:00 committed by Junio C Hamano
parent ebb7baf02f
commit bc2133c9d3

View File

@ -42,6 +42,8 @@
* of the given strings.
*/
#include "strbuf.h"
struct json_writer
{
/*