X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-service-v2.h;fp=include%2Fafb%2Fafb-service-v2.h;h=0e9203659d85f2b046f7b9e02a9b2034ea034fc9;hb=ec0a2d0f6b22750931fddfd6511219bcccd3c4f9;hp=5c0d3bd81e01d40d8b1a1d0668c7264c34a46133;hpb=a5eac83c777c95e59801d5e327daf03860fcb141;p=src%2Fapp-framework-binder.git diff --git a/include/afb/afb-service-v2.h b/include/afb/afb-service-v2.h index 5c0d3bd8..0e920365 100644 --- a/include/afb/afb-service-v2.h +++ b/include/afb/afb-service-v2.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'.