We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e4d40 commit 82e2a5dCopy full SHA for 82e2a5d
components/mdns/mdns.c
@@ -8,6 +8,10 @@
8
#include "mdns_private.h"
9
#include "mdns_networking.h"
10
#include "esp_log.h"
11
+#include "freertos/FreeRTOS.h"
12
+#include "freertos/task.h"
13
+#include "freertos/queue.h"
14
+#include "freertos/semphr.h"
15
#include <string.h>
16
#include <sys/param.h>
17
components/mdns/private_include/mdns_private.h
@@ -9,6 +9,10 @@
#include "sdkconfig.h"
#include "mdns.h"
#include "esp_task.h"
#include "esp_timer.h"
18
//#define MDNS_ENABLE_DEBUG
0 commit comments