fix include of afb-service-v1.h
authorJosé Bollo <jose.bollo@iot.bzh>
Thu, 1 Jun 2017 14:44:15 +0000 (16:44 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Thu, 1 Jun 2017 17:24:31 +0000 (19:24 +0200)
Change-Id: I4e756949635854694711590c81fee0b7d99d33b3
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
include/afb/afb-binding-v1.h
include/afb/afb-daemon-v1.h
include/afb/afb-daemon-v2.h
include/afb/afb-service-v1.h
include/afb/afb-service-v2.h

index 1abd7bf..a36d5e3 100644 (file)
@@ -25,7 +25,7 @@ struct json_object;
 #include "afb-daemon-common.h"
 
 #include "afb-session-v1.h"
-#include "afb-daemon-v1.h"
+#include "afb-service-v1.h"
 #include "afb-daemon-v1.h"
 
 struct afb_binding_v1;
index 65b689e..256c5fd 100644 (file)
@@ -17,6 +17,8 @@
 
 #pragma once
 
+#include "afb-daemon-common.h"
+
 /*
  * Retrieves the common systemd's event loop of AFB
  * 'daemon' MUST be the daemon given in interface when activating the binding.
index 01a620a..3a3706f 100644 (file)
@@ -17,6 +17,8 @@
 
 #pragma once
 
+#include "afb-daemon-common.h"
+
 /*
  * Retrieves the common systemd's event loop of AFB
  */
index f3f55a5..ee207ab 100644 (file)
@@ -17,6 +17,8 @@
 
 #pragma once
 
+#include "afb-service-common.h"
+
 /**
  * Calls the 'verb' of the 'api' with the arguments 'args' and 'verb' in the name of the binding.
  * The result of the call is delivered to the 'callback' function with the 'callback_closure'.
index 5c0d3bd..0e92036 100644 (file)
@@ -17,6 +17,8 @@
 
 #pragma once
 
+#include "afb-service-common.h"
+
 /**
  * Calls the 'verb' of the 'api' with the arguments 'args' and 'verb' in the name of the binding.
  * The result of the call is delivered to the 'callback' function with the 'callback_closure'.