Skip to content

Commit 28da08f

Browse files
authored
[Zephyr] Make include of "zephyr/bluetooth/hci.h" explicit (project-chip#32461)
1 parent c2f58e4 commit 28da08f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/platform/Zephyr/BLEManagerImpl.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939

4040
#include <zephyr/bluetooth/addr.h>
4141
#include <zephyr/bluetooth/gatt.h>
42+
#include <zephyr/bluetooth/hci.h>
4243
#include <zephyr/random/rand32.h>
4344
#include <zephyr/sys/byteorder.h>
4445
#include <zephyr/sys/util.h>

0 commit comments

Comments
 (0)