From fc6d4d6c9789b6600e6208b1dc14866e03ccdc15 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer <mschiffer@universe-factory.net> Date: Tue, 8 Mar 2016 07:57:06 +0100 Subject: [PATCH] gluon-mesh-batman-adv-core: respondd: add uci.h include This include wasn't actually missing, but well hidden behind the iwinfo.h include. Make this more obvious. --- package/gluon-mesh-batman-adv-core/src/respondd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/package/gluon-mesh-batman-adv-core/src/respondd.c b/package/gluon-mesh-batman-adv-core/src/respondd.c index 83f25e303..f00854577 100644 --- a/package/gluon-mesh-batman-adv-core/src/respondd.c +++ b/package/gluon-mesh-batman-adv-core/src/respondd.c @@ -29,6 +29,7 @@ #include <iwinfo.h> #include <json-c/json.h> #include <libgluonutil.h> +#include <uci.h> #include <alloca.h> #include <glob.h> -- GitLab