Include uip-mcast6.h to refer to UIP_IPV6_MULTICAST

This commit is contained in:
Yasuyuki Tanaka 2016-06-20 16:35:09 +02:00
parent ca3a4726d1
commit e5ac3df7e1
1 changed files with 1 additions and 0 deletions

View File

@ -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