Skip to content

Commit

Permalink
Bluetooth: Host: Add missing include
Browse files Browse the repository at this point in the history
The include of hci_types_host_extensions.h was removed by mistake.
Adding it back.

Signed-off-by: Jan Müller <[email protected]>
  • Loading branch information
Tschet1 authored and rlubos committed May 7, 2024
1 parent b21520b commit 74cefe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subsys/bluetooth/host_extensions/host_extensions.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <sdc_hci_vs.h>
#endif /* CONFIG_BT_LL_SOFTDEVICE */

#include "hci_types_host_extensions.h"
#include <bluetooth/nrf/host_extensions.h>

#if defined(CONFIG_BT_TRANSMIT_POWER_CONTROL)
Expand Down

0 comments on commit 74cefe0

Please sign in to comment.