Moved nd6 implementation details to new file nd6_priv.h (possible after David's cleanups)

This commit is contained in:
sg
2016-12-14 21:04:53 +01:00
parent 4c16ea920c
commit 60cd25c6a1
4 changed files with 6 additions and 82 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/priv/nd6_priv.h"
#include "lwip/prot/nd6.h"
#include "lwip/prot/icmp6.h"
#include "lwip/pbuf.h"