Merge branch 'fix/esp_local_ctrl_header_incl' into 'master'

esp_local_ctrl: Fix header inclusion

See merge request espressif/esp-idf!22033
This commit is contained in:
Mahavir Jain
2023-01-13 23:47:55 +08:00
2 changed files with 7 additions and 5 deletions

View File

@@ -10,6 +10,12 @@
extern "C" {
#endif
#include <sdkconfig.h>
#ifdef CONFIG_ESP_HTTPS_SERVER_ENABLE
#include <esp_https_server.h>
#else
#include <esp_http_server.h>
#endif
#include <protocomm.h>
/**