From ba27640ad07b5e2f795da398097101a29b2ad9ba Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Wed, 23 Aug 2017 15:45:15 +0200 Subject: [PATCH] tests: add missing includes --- tests/unit/config_json.c | 1 + tests/unit/json.c | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/unit/config_json.c b/tests/unit/config_json.c index 64183dcf5..d1b86c6f7 100644 --- a/tests/unit/config_json.c +++ b/tests/unit/config_json.c @@ -28,6 +28,7 @@ #include #include "utils.h" +#include "config_helper.h" const char *cfg_example = "test : \n" "{\n" diff --git a/tests/unit/json.c b/tests/unit/json.c index fa145e8b0..6d9b6f9ab 100644 --- a/tests/unit/json.c +++ b/tests/unit/json.c @@ -25,6 +25,7 @@ #include #include "utils.h" +#include "config_helper.h" struct param { const char *desc;