diff options
Diffstat (limited to 'include/afb/afb-service-v1.h')
-rw-r--r-- | include/afb/afb-service-v1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afb/afb-service-v1.h b/include/afb/afb-service-v1.h index db798382..61a01e28 100644 --- a/include/afb/afb-service-v1.h +++ b/include/afb/afb-service-v1.h @@ -17,7 +17,7 @@ #pragma once -#include "afb-service-common.h" +#include "afb-service-itf.h" /** * Calls the 'verb' of the 'api' with the arguments 'args' and 'verb' in the name of the binding. |