mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-28 19:18:32 +08:00
Work on bug #48728: headers should cleanly separate API vs. implementation
ICMP6
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user