This commit is contained in:
J. Nick Koston
2025-10-03 14:58:08 -05:00
parent 0938abbcae
commit 006f8e0bac
@@ -26,8 +26,8 @@
#endif // USE_WEBSERVER
// Include socket headers after Arduino headers to avoid IPADDR_NONE/INADDR_NONE macro conflicts
#include <cerrno>
#include <sys/socket.h>
#include <errno.h>
namespace esphome {
namespace web_server_idf {