Work on bug #48728: headers should cleanly separate API vs. implementation

MLD6
This commit is contained in:
Dirk Ziegelmeier
2016-08-18 20:36:44 +02:00
parent f299b4b7cf
commit 81c68f529b
4 changed files with 72 additions and 22 deletions

View File

@@ -51,6 +51,7 @@
#if LWIP_IPV6 && LWIP_IPV6_MLD /* don't build if not configured for use in lwipopts.h */
#include "lwip/mld6.h"
#include "lwip/prot/mld6.h"
#include "lwip/icmp6.h"
#include "lwip/ip6.h"
#include "lwip/ip6_addr.h"