From ddad385e79cc12e534c3fe3f5152297ed0015727 Mon Sep 17 00:00:00 2001 From: Olivier Matz Date: Thu, 15 Nov 2018 18:17:52 +0100 Subject: [PATCH] fix compilation of parse-yaml --- examples/yaml/parse-yaml.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/yaml/parse-yaml.c b/examples/yaml/parse-yaml.c index 9ec8d5f..218fe78 100644 --- a/examples/yaml/parse-yaml.c +++ b/examples/yaml/parse-yaml.c @@ -6,7 +6,9 @@ #include #include #include +#include +#include #include #include #include -- 2.20.1