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

ICMP6
This commit is contained in:
Dirk Ziegelmeier
2016-08-18 20:52:00 +02:00
parent 5df88220c4
commit 2d503f4433
4 changed files with 85 additions and 34 deletions

View File

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

View File

@@ -47,6 +47,7 @@
#include "lwip/nd6.h"
#include "lwip/prot/nd6.h"
#include "lwip/prot/icmp6.h"
#include "lwip/pbuf.h"
#include "lwip/mem.h"
#include "lwip/memp.h"