From 5884b80908d680874e27fa0c8b2df85b69d03dd3 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Thu, 14 Nov 2019 18:02:26 +0100 Subject: [PATCH] mdns: add missing include of esp_task.h --- components/mdns/private_include/mdns_private.h | 1 + 1 file changed, 1 insertion(+) diff --git a/components/mdns/private_include/mdns_private.h b/components/mdns/private_include/mdns_private.h index 8f26a5031..b79808875 100644 --- a/components/mdns/private_include/mdns_private.h +++ b/components/mdns/private_include/mdns_private.h @@ -15,6 +15,7 @@ #define MDNS_PRIVATE_H_ #include "esp_event_base.h" +#include "esp_task.h" //#define MDNS_ENABLE_DEBUG