From 4b25d72d18f49bbd658601d27e7f0fc1955067ee Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Fri, 15 Apr 2016 15:01:46 -0400 Subject: [PATCH] lib: Fix json.c compile on older platforms The header file inclusions for json.c was wrong. Signed-off-by: Donald Sharp --- lib/json.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/json.c b/lib/json.c index f78bfcd844..58f0e995f2 100644 --- a/lib/json.c +++ b/lib/json.c @@ -19,7 +19,8 @@ * 02111-1307, USA. */ -#include +#include + #include "lib/json.h" /* -- 2.39.5