From 0b13ff7d7118cb854c64e059030c12f347717e18 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 4 Jun 2018 14:22:38 +0200 Subject: [PATCH] add two missing includes --- lib/formats/json_reserve.c | 2 ++ lib/hooks/print.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lib/formats/json_reserve.c b/lib/formats/json_reserve.c index 58e0b77b3..b075dbe6a 100644 --- a/lib/formats/json_reserve.c +++ b/lib/formats/json_reserve.c @@ -20,6 +20,8 @@ * along with this program. If not, see . *********************************************************************************/ +#include + #include #include #include diff --git a/lib/hooks/print.c b/lib/hooks/print.c index f32512b1b..ceae9037b 100644 --- a/lib/hooks/print.c +++ b/lib/hooks/print.c @@ -24,6 +24,8 @@ * @{ */ +#include + #include #include #include