diff --git a/net/devif/ipv6_input.c b/net/devif/ipv6_input.c index c5047c3796..328ce73c18 100644 --- a/net/devif/ipv6_input.c +++ b/net/devif/ipv6_input.c @@ -101,6 +101,7 @@ #include "netdev/netdev.h" #include "ipforward/ipforward.h" +#include "inet/inet.h" #include "devif/devif.h" /**************************************************************************** diff --git a/net/icmpv6/icmpv6_neighbor.c b/net/icmpv6/icmpv6_neighbor.c index 1deeb127b8..5033c2b6f1 100644 --- a/net/icmpv6/icmpv6_neighbor.c +++ b/net/icmpv6/icmpv6_neighbor.c @@ -229,8 +229,8 @@ int icmpv6_neighbor(const net_ipv6addr_t ipaddr) goto errout; } - * Continue and send the Neighbor Solicitation request only if this - * device uses the Ethernet data link protocol. + /* Send the Neighbor Solicitation request only if this device uses the + * Ethernet data link protocol. * * REVISIT: Other link layer protocols may require Neighbor Discovery * as well.