diff options
author | Loïc Collignon <loic.collignon@iot.bzh> | 2019-01-04 15:22:27 +0100 |
---|---|---|
committer | Loïc Collignon <loic.collignon@iot.bzh> | 2019-03-11 13:31:52 +0100 |
commit | 502927c390598c842e7306ce1879a727125c3557 (patch) | |
tree | 8296a136f33d23b8b2f82a067d6e6af981fc233c /include/afb/c++/binding-wrap.hpp | |
parent | cf1917f00d28381023d2e30f767adc5872b21084 (diff) |
c++: Avoid relative path when including headers
Prefer the system path to include headers.
Change-Id: I08a64e8d27808084ea4592988f36b7e5099a7fc6
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
Diffstat (limited to 'include/afb/c++/binding-wrap.hpp')
-rw-r--r-- | include/afb/c++/binding-wrap.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afb/c++/binding-wrap.hpp b/include/afb/c++/binding-wrap.hpp index 0cb64423..deba2c8e 100644 --- a/include/afb/c++/binding-wrap.hpp +++ b/include/afb/c++/binding-wrap.hpp @@ -34,7 +34,7 @@ /* get C definitions of bindings */ extern "C" { -#include "afb-binding.h" +#include <afb/afb-binding.h> } namespace afb { |