Browse Source

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.
Matthias Schiffer 8 years ago
parent
commit
fc6d4d6c97
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/gluon-mesh-batman-adv-core/src/respondd.c

+ 1 - 0
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>