X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-service-v1.h;h=ee207ab9abf98f7eccb55cdeeb54311a0b4d793b;hb=43a983c688b235bf28c20c960b811dccc489758c;hp=f3f55a5698f3f0f996a87bd94df95923e1dda02a;hpb=090379fdaf6ed1860dcff21424135ad71ead0cd2;p=src%2Fapp-framework-binder.git 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'.