From ec0a2d0f6b22750931fddfd6511219bcccd3c4f9 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Thu, 1 Jun 2017 16:44:15 +0200 Subject: fix include of afb-service-v1.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4e756949635854694711590c81fee0b7d99d33b3 Signed-off-by: José Bollo --- include/afb/afb-service-v1.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/afb/afb-service-v1.h') diff --git a/include/afb/afb-service-v1.h b/include/afb/afb-service-v1.h index f3f55a56..ee207ab9 100644 --- a/include/afb/afb-service-v1.h +++ b/include/afb/afb-service-v1.h @@ -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'. -- cgit 1.2.3-korg