This commit is contained in:
PolynomialDivision 2017-08-17 15:16:32 +02:00
parent 3fa8b63a7a
commit 2c4d7609bd
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ SET(SOURCES
utils/utils.c)
SET(LIBS
ubox ubus json-c blobmsg_json config uci gcrypt glib)
ubox ubus json-c blobmsg_json config uci gcrypt glib2)
ADD_EXECUTABLE(dawn ${SOURCES} utils/dawn_uci.c include/dawn_uci.h)

View file

@ -8,7 +8,7 @@
#include <libconfig.h>
#include <libubox/blobmsg_json.h>
#include <glib.h>
#include <glib-2.0/glib.h>
#include "networksocket.h"
#include "datastorage.h"