aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/samples
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-05-10 23:21:43 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2016-05-10 23:21:43 +0200
commit1e8edd92a04281bddc86fff3db5b407943504aed (patch)
tree6a5bd066c4796f6ef382e270fe2b5ae706bb3e89 /plugins/samples
parent6721f5c4220d4d46c18b8d86c2195ff439a74155 (diff)
explicit use of json-c
Change-Id: Iebf7309255d1285a5833c5490d32f518a9232ede Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'plugins/samples')
-rw-r--r--plugins/samples/ClientCtx.c2
-rw-r--r--plugins/samples/HelloWorld.c2
-rw-r--r--plugins/samples/SamplePost.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/samples/ClientCtx.c b/plugins/samples/ClientCtx.c
index 11d10240..cc2c0221 100644
--- a/plugins/samples/ClientCtx.c
+++ b/plugins/samples/ClientCtx.c
@@ -17,7 +17,7 @@
#define _GNU_SOURCE
#include <stdio.h>
-#include <json.h>
+#include <json-c/json.h>
#include "afb-plugin.h"
diff --git a/plugins/samples/HelloWorld.c b/plugins/samples/HelloWorld.c
index 2714ef4e..83a48114 100644
--- a/plugins/samples/HelloWorld.c
+++ b/plugins/samples/HelloWorld.c
@@ -17,7 +17,7 @@
#define _GNU_SOURCE
#include <stdio.h>
#include <string.h>
-#include <json.h>
+#include <json-c/json.h>
#include "afb-plugin.h"
diff --git a/plugins/samples/SamplePost.c b/plugins/samples/SamplePost.c
index f484d131..d6c5dec8 100644
--- a/plugins/samples/SamplePost.c
+++ b/plugins/samples/SamplePost.c
@@ -18,7 +18,7 @@
#define _GNU_SOURCE
#include <stdio.h>
#include <string.h>
-#include <json.h>
+#include <json-c/json.h>
#include "afb-plugin.h"