Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
json-writer.h: add missing include (hdr-check)
author
Ramsay Jones
<ramsay@ramsayjones.plus.com>
Wed, 19 Sep 2018 00:08:35 +0000
(
01:08
+0100)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 20 Sep 2018 18:50:00 +0000
(11:50 -0700)
Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
json-writer.h
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
ebb7baf
)
diff --git
a/json-writer.h
b/json-writer.h
index fc18acc7d913d170797b65b4f80071bce5310ba7..83906b09c173894111383b3fc3a0ec7e398373c7 100644
(file)
--- a/
json-writer.h
+++ b/
json-writer.h
@@
-42,6
+42,8
@@
* of the given strings.
*/
+#include "strbuf.h"
+
struct json_writer
{
/*