mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-11 01:53:48 +08:00
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:
committed by
Dirk Ziegelmeier
parent
201e772e15
commit
331368e3aa
@@ -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
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
#include "lwip/prot/iana.h"
|
||||
#include "lwip/udp.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#if LWIP_IPV6
|
||||
#include "lwip/prot/ip6.h"
|
||||
|
||||
Reference in New Issue
Block a user