diff options
author | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-09-11 17:00:44 +0200 |
---|---|---|
committer | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-10-08 15:57:27 +0200 |
commit | 3a7a1127600dd92367609edb02ef74bcb1b55ff8 (patch) | |
tree | 88031482484b49e274dddfb1875f3c484685dce1 /plugins/lib/bluetooth/hal-bt-cb.h | |
parent | 9b706274538456524003a119fd24fb00e3bde5e2 (diff) |
Use correct file to include controller
Use correct file ('ctl-config.h') instead of (''ctl-plugin.h)
to include controller.
Change-Id: I93a1bcb5dab51211532fc59ffd979ea7acad1530
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
Diffstat (limited to 'plugins/lib/bluetooth/hal-bt-cb.h')
-rw-r--r-- | plugins/lib/bluetooth/hal-bt-cb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/lib/bluetooth/hal-bt-cb.h b/plugins/lib/bluetooth/hal-bt-cb.h index 269da4f..2d23d26 100644 --- a/plugins/lib/bluetooth/hal-bt-cb.h +++ b/plugins/lib/bluetooth/hal-bt-cb.h @@ -22,7 +22,7 @@ #include <string.h> #include <stdbool.h> -#include <ctl-plugin.h> +#include <ctl-config.h> #define HAL_BT_GET_STREAMING_STATUS_VERB "get_bt_streaming_status" #define HAL_BT_SET_STREAMING_STATUS_VERB "set_bt_streaming_status" |