From 71a8b402e8e2fa8e46115f4e9e7f23db0e35d029 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Mon, 18 Nov 2013 14:21:34 +0100 Subject: [PATCH] use json.h instead of json/json.h the include directory should be added by configure script --- ykpers-json.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ykpers-json.c b/ykpers-json.c index c64e8d9..90de1ee 100644 --- a/ykpers-json.c +++ b/ykpers-json.c @@ -33,7 +33,7 @@ #include -#include +#include #include int _ykp_json_export_cfg(const YKP_CONFIG *cfg, char *json, size_t len) { -- 2.39.5