Networking: Fix a compilation issue with CONFIG_NET_ICMPv6_AUTOCONF=y
This commit is contained in:
parent
9da22a8852
commit
6bf399dfcb
@ -43,6 +43,10 @@
|
||||
|
||||
#include <nuttx/net/ip.h>
|
||||
|
||||
#ifdef CONFIG_NET_ETHERNET
|
||||
# include <net/ethernet.h>
|
||||
#endif
|
||||
|
||||
#include "inet/inet.h"
|
||||
|
||||
/****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user