diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-09 02:35:28 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-16 17:10:40 +0100 |
commit | 8aa3acb280c213244fb372443ab59dfa69bed03e (patch) | |
tree | 9bb354084f5474a1d7d710ad4809bd8b4dd5a429 /src/utils/signals.cpp | |
parent | 8a7cb7bc50d7e964318c53222d30b939c9866eef (diff) |
Fix: include path (where I think to fix them...)
Change-Id: Ib44693efc9347fc4fdf40a1748725d5191303199
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/utils/signals.cpp')
-rw-r--r-- | src/utils/signals.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/signals.cpp b/src/utils/signals.cpp index 6f8847cc..e65d35e2 100644 --- a/src/utils/signals.cpp +++ b/src/utils/signals.cpp @@ -15,7 +15,7 @@ * limitations under the License. */ -#include "utils/signals.hpp" +#include "signals.hpp" /** * @brief Can signal event map making access to afb_event |