fix include of afb-service-v1.h
[src/app-framework-binder.git] / include / afb / afb-service-v1.h
index f3f55a5..ee207ab 100644 (file)
@@ -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'.