Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
Merge branch 'bugfix/mdns_task_include' into 'master'
Browse files Browse the repository at this point in the history
mdns: add missing include of esp_task.h

See merge request espressif/esp-idf!6706
  • Loading branch information
igrr committed Nov 15, 2019
2 parents 7c1fceb + 5884b80 commit 59d818c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/mdns/private_include/mdns_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#define MDNS_PRIVATE_H_

#include "esp_event_base.h"
#include "esp_task.h"

//#define MDNS_ENABLE_DEBUG

Expand Down

0 comments on commit 59d818c

Please sign in to comment.