Networking: Fix a compilation issue with CONFIG_NET_ICMPv6_AUTOCONF=y

This commit is contained in:
Masayuki Ishikawa 2017-08-09 18:08:28 -06:00 committed by Gregory Nutt
parent 9da22a8852
commit 6bf399dfcb

View File

@ -43,6 +43,10 @@
#include <nuttx/net/ip.h>
#ifdef CONFIG_NET_ETHERNET
# include <net/ethernet.h>
#endif
#include "inet/inet.h"
/****************************************************************************