Преглед на файлове

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 години
родител
ревизия
fc6d4d6c97
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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>