Fix included IPv6 file name

This commit is contained in:
Gregory Nutt 2014-11-24 07:25:03 -06:00
parent 10bab4f49c
commit 8de38d719a
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@
#include <nuttx/net/ip.h>
#ifdef CONFIG_NET_IPv6
# include "net_neighbor.h"
# include "ipv6/ipv6.h"
#endif /* CONFIG_NET_IPv6 */
#include "devif/devif.h"