c++: Avoid relative path when including headers
[src/app-framework-binder.git] / include / afb / c++ / binding-wrap.hpp
index 0cb6442..deba2c8 100644 (file)
@@ -34,7 +34,7 @@
 
 /* get C definitions of bindings */
 extern "C" {
-#include "afb-binding.h"
+#include <afb/afb-binding.h>
 }
 
 namespace afb {