diff --git a/components/esp_local_ctrl/CMakeLists.txt b/components/esp_local_ctrl/CMakeLists.txt index 8b0e2c6f5a..cf0fe50807 100644 --- a/components/esp_local_ctrl/CMakeLists.txt +++ b/components/esp_local_ctrl/CMakeLists.txt @@ -24,6 +24,6 @@ idf_component_register(SRCS "${srcs}" INCLUDE_DIRS "${include_dirs}" PRIV_INCLUDE_DIRS "${priv_include_dirs}" REQUIRES protocomm esp_https_server - PRIV_REQUIRES protobuf-c) + PRIV_REQUIRES protobuf-c esp_netif) idf_component_optional_requires(PRIVATE espressif__mdns mdns)