diff --git a/main/web/web_api.c b/main/web/web_api.c index b286e8c..111b7a5 100644 --- a/main/web/web_api.c +++ b/main/web/web_api.c @@ -11,6 +11,7 @@ #include "sip/sip_client.h" #include "audio/audio_router.h" #include "esp_log.h" +#include "esp_wifi.h" #include "cJSON.h" static const char* TAG = "WEB_API";