mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
Try glib
This commit is contained in:
parent
3fa8b63a7a
commit
2c4d7609bd
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue