mdns: added missing includes

* Original commit: espressif/esp-idf@28d09c7dbe
This commit is contained in:
Jakob Hasse
2022-02-16 16:43:04 +08:00
committed by suren-gabrielyan-espressif
parent 48e4d4035c
commit 82e2a5dcc1
2 changed files with 8 additions and 0 deletions

View File

@ -8,6 +8,10 @@
#include "mdns_private.h"
#include "mdns_networking.h"
#include "esp_log.h"
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "freertos/queue.h"
#include "freertos/semphr.h"
#include <string.h>
#include <sys/param.h>