diff --git a/components/bt/controller/esp32/bt.c b/components/bt/controller/esp32/bt.c index 8ed126f867..7c147de215 100644 --- a/components/bt/controller/esp32/bt.c +++ b/components/bt/controller/esp32/bt.c @@ -35,6 +35,7 @@ #include "soc/dport_reg.h" #include "esp32/clk.h" #include "esp_coexist_internal.h" +#include "esp_timer.h" #if !CONFIG_FREERTOS_UNICORE #include "esp_ipc.h" #endif