Bluetooth: shell: Fix compile error with LL cmds included

Fixed compile error due to the missing header file
dependency on bluetooth/hci.h, for bt_addr_le_t, in the
Link Layer header file.

Merge of PR #475 introduced the new dependency that broke
compilation after merge of #474.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
Vinayak Kariappa Chettimada 2017-06-14 21:29:15 +02:00 committed by Johan Hedberg
commit 8877348aec

View file

@ -14,6 +14,8 @@
#include <shell/shell.h>
#include <misc/printk.h>
#include <bluetooth/hci.h>
#include "../controller/include/ll.h"
#if defined(CONFIG_BLUETOOTH_CONTROLLER_ADV_EXT)