forked from Imagelibrary/lwip
Fixed bug #33804 LWIP_IPV6_MLD #define missing from mld6.c
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
|
||||
#include "lwip/opt.h"
|
||||
|
||||
#if LWIP_IPV6 /* don't build if not configured for use in lwipopts.h */
|
||||
#if LWIP_IPV6 && LWIP_IPV6_MLD /* don't build if not configured for use in lwipopts.h */
|
||||
|
||||
#include "lwip/mld6.h"
|
||||
#include "lwip/icmp6.h"
|
||||
|
||||
Reference in New Issue
Block a user