explicit link to json-c
authorJosé Bollo <jose.bollo@iot.bzh>
Wed, 11 May 2016 07:43:17 +0000 (09:43 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Wed, 11 May 2016 11:07:31 +0000 (13:07 +0200)
Change-Id: I162f13c51e4ea760adc5c7358ca54dd059d592bc
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
src/afm-db.c
src/afm-run.c
src/afm-system-daemon.c
src/afm-user-daemon.c
src/utils-jbus.c
src/utils-json.c

index a903be0..b650d67 100644 (file)
@@ -25,7 +25,7 @@
 #include <unistd.h>
 #include <sys/types.h>
 
-#include <json.h>
+#include <json-c/json.h>
 
 #include "utils-json.h"
 #include "wgt-info.h"
index fa11b2d..16b20bd 100644 (file)
@@ -27,7 +27,7 @@
 #include <limits.h>
 #include <string.h>
 
-#include <json.h>
+#include <json-c/json.h>
 
 #include "verbose.h"
 #include "utils-dir.h"
index b7f878f..ace6dc4 100644 (file)
@@ -24,7 +24,7 @@
 
 #include <systemd/sd-bus.h>
 #include <systemd/sd-event.h>
-#include <json.h>
+#include <json-c/json.h>
 
 #include "verbose.h"
 #include "utils-jbus.h"
index 24e07d3..e051c97 100644 (file)
@@ -24,7 +24,7 @@
 
 #include <systemd/sd-bus.h>
 #include <systemd/sd-event.h>
-#include <json.h>
+#include <json-c/json.h>
 
 #include "verbose.h"
 #include "utils-jbus.h"
index c3bb1e7..c38919d 100644 (file)
@@ -24,7 +24,7 @@
 #include <poll.h>
 #include <assert.h>
 
-#include <json.h>
+#include <json-c/json.h>
 #include <systemd/sd-bus.h>
 #include <systemd/sd-bus-protocol.h>
 
index eb1f90b..088dc40 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <errno.h>
 
-#include <json.h>
+#include <json-c/json.h>
 
 #include "utils-json.h"