From e5ac3df7e1392777d3c4ff43598bf86d905d2452 Mon Sep 17 00:00:00 2001 From: Yasuyuki Tanaka Date: Mon, 20 Jun 2016 16:35:09 +0200 Subject: [PATCH] Include uip-mcast6.h to refer to UIP_IPV6_MULTICAST --- core/net/ipv6/uip-ds6.c | 1 + 1 file changed, 1 insertion(+) diff --git a/core/net/ipv6/uip-ds6.c b/core/net/ipv6/uip-ds6.c index ef30334d4..9b690ab8c 100644 --- a/core/net/ipv6/uip-ds6.c +++ b/core/net/ipv6/uip-ds6.c @@ -48,6 +48,7 @@ #include "lib/random.h" #include "net/ipv6/uip-nd6.h" #include "net/ipv6/uip-ds6.h" +#include "net/ipv6/multicast/uip-mcast6.h" #include "net/ip/uip-packetqueue.h" #define DEBUG DEBUG_NONE