bluetooth: Fix build issue with <bluetooth/mesh/access.h>
Add include <bluetooth/mesh/msg.h> into <bluetooth/mesh/access.h> to get definition of 'struct bt_mesh_msg_ctx'. We see this when trying to build the mesh_badge sample for the reel_board. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
96bfaffc02
commit
c5e4011e29
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
|
||||
#include <settings/settings.h>
|
||||
#include <sys/util.h>
|
||||
#include <bluetooth/mesh/msg.h>
|
||||
|
||||
/* Internal macros used to initialize array members */
|
||||
#define BT_MESH_KEY_UNUSED_ELT_(IDX, _) BT_MESH_KEY_UNUSED,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue