diff --git a/components/bt/controller/esp32/bt.c b/components/bt/controller/esp32/bt.c index 444b693138..2356a09e43 100644 --- a/components/bt/controller/esp32/bt.c +++ b/components/bt/controller/esp32/bt.c @@ -42,6 +42,7 @@ #include "soc/soc_memory_layout.h" #include "esp32/clk.h" #include "esp_coexist_internal.h" +#include "esp_timer.h" #if !CONFIG_FREERTOS_UNICORE #include "esp_ipc.h" #endif