From 3a7a1127600dd92367609edb02ef74bcb1b55ff8 Mon Sep 17 00:00:00 2001 From: Jonathan Aillet Date: Tue, 11 Sep 2018 17:00:44 +0200 Subject: 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 --- plugins/lib/bluetooth/hal-bt-cb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/lib/bluetooth/hal-bt-cb.c') diff --git a/plugins/lib/bluetooth/hal-bt-cb.c b/plugins/lib/bluetooth/hal-bt-cb.c index 731f4d8..dad6aa0 100644 --- a/plugins/lib/bluetooth/hal-bt-cb.c +++ b/plugins/lib/bluetooth/hal-bt-cb.c @@ -23,7 +23,7 @@ #include -#include +#include #include "hal-bt-data.h" #include "hal-bt-mixer-link.h" -- cgit 1.2.3-korg