Bluetooth: shell: Fix compile error due to missing memq.h include
Fixes the following compile error when building tests/bluetooth/shell application: In file included from subsys/bluetooth/shell/ticker.c:16:0: subsys/bluetooth/shell/../controller/util/mayfly.h:21:2: error: unknown type name 'memq_link_t' memq_link_t *_link; ^~~~~~~~~~~ Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
48475ef69b
commit
b022f72cf4
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
#include <shell/shell.h>
|
||||
#include <misc/printk.h>
|
||||
|
||||
#include "../controller/util/memq.h"
|
||||
#include "../controller/util/mayfly.h"
|
||||
#include "../controller/ticker/ticker.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue