]> err.no Git - yubikey-personalization/commitdiff
use json.h instead of json/json.h
authorKlas Lindfors <klas@yubico.com>
Mon, 18 Nov 2013 13:21:34 +0000 (14:21 +0100)
committerKlas Lindfors <klas@yubico.com>
Mon, 18 Nov 2013 13:21:34 +0000 (14:21 +0100)
the include directory should be added by configure script

ykpers-json.c

index c64e8d9d5ff1bd91a10fbc8bd096775a1dd456aa..90de1eea4569698a8d6f69bd710fb718560cc071 100644 (file)
@@ -33,7 +33,7 @@
 
 #include <yubikey.h>
 
-#include <json/json.h>
+#include <json.h>
 #include <string.h>
 
 int _ykp_json_export_cfg(const YKP_CONFIG *cfg, char *json, size_t len) {