aboutsummaryrefslogtreecommitdiffstats
path: root/src/afm-system-daemon.c
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-05-11 09:43:17 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2016-05-11 13:07:31 +0200
commit4d72f7da11f6c3ff3e5885ee51c415c119f0ace3 (patch)
treebd662fc9f5025b00a711411261ba1e6526ecf926 /src/afm-system-daemon.c
parent728bc162968a99f25dbe07ae8e48e53281f01253 (diff)
explicit link to json-c
Change-Id: I162f13c51e4ea760adc5c7358ca54dd059d592bc Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afm-system-daemon.c')
-rw-r--r--src/afm-system-daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afm-system-daemon.c b/src/afm-system-daemon.c
index b7f878f..ace6dc4 100644
--- a/src/afm-system-daemon.c
+++ b/src/afm-system-daemon.c
@@ -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"