mdns: added missing includes

This commit is contained in:
Jakob Hasse 2022-02-16 16:43:04 +08:00
parent b66cc63c41
commit 28d09c7dbe
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>

View File

@ -9,6 +9,10 @@
#include "sdkconfig.h"
#include "mdns.h"
#include "esp_task.h"
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "freertos/queue.h"
#include "freertos/semphr.h"
#include "esp_timer.h"
//#define MDNS_ENABLE_DEBUG