From: Manuel Bachmann Date: Fri, 8 Jul 2016 15:22:44 +0000 (+0200) Subject: Fix compilation with json-c on Yocto X-Git-Tag: eel_4.99.3~9 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2Fagl-audio-plugin.git;a=commitdiff_plain;h=c37057813c150fa1857d8e975edde723339634d3 Fix compilation with json-c on Yocto json-c headers are only provided in the "json-c" directory on Yocto/Poky, so use this as the default path. Change-Id: If7e318673cbe0fd8a63461f8e75cf0f03f89636b Signed-off-by: Manuel Bachmann --- diff --git a/config.c b/config.c index c7ca146..ee13ce6 100644 --- a/config.c +++ b/config.c @@ -25,7 +25,7 @@ #include #include #include -#include +#include #include #include