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.
This commit is contained in:
Matthias Schiffer 2016-03-08 07:57:06 +01:00
parent 01878f4bbc
commit fc6d4d6c97
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#include <iwinfo.h>
#include <json-c/json.h>
#include <libgluonutil.h>
#include <uci.h>
#include <alloca.h>
#include <glob.h>