mDNS: add new files to filelists + solve compile errors

ttl setting removed from example code.
string.h included where needed.
This commit is contained in:
Jasper Verschueren
2018-10-25 09:41:00 +02:00
committed by Dirk Ziegelmeier
parent 201e772e15
commit 331368e3aa
5 changed files with 10 additions and 3 deletions

View File

@@ -41,6 +41,8 @@
#include "lwip/apps/mdns_priv.h"
#include "lwip/prot/dns.h"
#include <string.h>
#if LWIP_IPV6
#include "lwip/prot/ip6.h"
#endif

View File

@@ -43,6 +43,7 @@
#include "lwip/prot/iana.h"
#include "lwip/udp.h"
#include <string.h>
#if LWIP_IPV6
#include "lwip/prot/ip6.h"