summaryrefslogtreecommitdiffstats
path: root/include/afb/afb-service-v2.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/afb/afb-service-v2.h')
-rw-r--r--include/afb/afb-service-v2.h2
1 files changed, 2 insertions, 0 deletions
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'.