Skip to content

Commit c866560

Browse files
committed
mdns example: correct include path
1 parent 9f246b0 commit c866560

File tree

1 file changed

+1
-1
lines changed
  • customer_app/sdk_app_mdns/sdk_app_mdns

1 file changed

+1
-1
lines changed

customer_app/sdk_app_mdns/sdk_app_mdns/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
#include <wifi_mgmr_ext.h>
6969
#include <libfdt.h>
7070
#include <blog.h>
71-
#include <mdns_server.h>
71+
#include <lwip/apps/mdns.h>
7272

7373
#define TASK_PRIORITY_FW ( 30 )
7474
#define mainHELLO_TASK_PRIORITY ( 20 )

0 commit comments

Comments
 (0)