From: Klas Lindfors Date: Mon, 18 Nov 2013 13:21:34 +0000 (+0100) Subject: use json.h instead of json/json.h X-Git-Tag: v1.14.2~7 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71a8b402e8e2fa8e46115f4e9e7f23db0e35d029;p=yubikey-personalization use json.h instead of json/json.h the include directory should be added by configure script --- 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) {