diff options
Diffstat (limited to 'include/afb/afb-service-v1.h')
-rw-r--r-- | include/afb/afb-service-v1.h | 2 |
1 files changed, 2 insertions, 0 deletions
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'. |