X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-service-v1.h;h=ee207ab9abf98f7eccb55cdeeb54311a0b4d793b;hb=ec0a2d0f6b22750931fddfd6511219bcccd3c4f9;hp=f3f55a5698f3f0f996a87bd94df95923e1dda02a;hpb=a5eac83c777c95e59801d5e327daf03860fcb141;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'.