From 06382af9092babedbf56aa1c00b3bd7cb0b86cda Mon Sep 17 00:00:00 2001 From: José Bollo <jose.bollo@iot.bzh> Date: Tue, 17 May 2016 15:12:11 +0200 Subject: provides developper files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0e41a0db778c69b5f5ce71115d495b2bb8b4cffe Signed-off-by: José Bollo <jose.bollo@iot.bzh> --- plugins/samples/ClientCtx.c | 2 +- plugins/samples/HelloWorld.c | 2 +- plugins/samples/SamplePost.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/samples') diff --git a/plugins/samples/ClientCtx.c b/plugins/samples/ClientCtx.c index 4d8e7205..bf26937f 100644 --- a/plugins/samples/ClientCtx.c +++ b/plugins/samples/ClientCtx.c @@ -19,7 +19,7 @@ #include <stdio.h> #include <json-c/json.h> -#include "afb-plugin.h" +#include <afb/afb-plugin.h> typedef struct { /* diff --git a/plugins/samples/HelloWorld.c b/plugins/samples/HelloWorld.c index 6f9d01d8..4795dd36 100644 --- a/plugins/samples/HelloWorld.c +++ b/plugins/samples/HelloWorld.c @@ -19,7 +19,7 @@ #include <string.h> #include <json-c/json.h> -#include "afb-plugin.h" +#include <afb/afb-plugin.h> const struct AFB_interface *interface; diff --git a/plugins/samples/SamplePost.c b/plugins/samples/SamplePost.c index 25e73f93..1d3069e8 100644 --- a/plugins/samples/SamplePost.c +++ b/plugins/samples/SamplePost.c @@ -20,7 +20,7 @@ #include <string.h> #include <json-c/json.h> -#include "afb-plugin.h" +#include <afb/afb-plugin.h> // Sample Generic Ping Debug API -- cgit