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

ND6
This commit is contained in:
Dirk Ziegelmeier
2016-08-18 20:28:03 +02:00
parent d89fa2dcbc
commit 8d68400387
3 changed files with 253 additions and 203 deletions

View File

@@ -46,6 +46,7 @@
#if LWIP_IPV6 /* don't build if not configured for use in lwipopts.h */
#include "lwip/nd6.h"
#include "lwip/prot/nd6.h"
#include "lwip/pbuf.h"
#include "lwip/mem.h"
#include "lwip/memp.h"