Added necessary includes
This commit is contained in:
parent
4ffab13eeb
commit
dfa7d735ac
@ -50,7 +50,9 @@
|
||||
#include "net/link-stats.h"
|
||||
#include "net/linkaddr.h"
|
||||
#include "net/packetbuf.h"
|
||||
#include "net/ipv6/uip-ds6.h"
|
||||
#include "net/ipv6/uip-ds6-nbr.h"
|
||||
#include "net/ipv6/uip-nd6.h"
|
||||
|
||||
/* Log configuration */
|
||||
#include "sys/log.h"
|
||||
|
@ -47,6 +47,7 @@
|
||||
#include <stddef.h>
|
||||
#include "lib/random.h"
|
||||
#include "net/ipv6/uip-nd6.h"
|
||||
#include "net/ipv6/uip-ds6-nbr.h"
|
||||
#include "net/ipv6/uip-ds6.h"
|
||||
#include "net/ipv6/multicast/uip-mcast6.h"
|
||||
#include "net/ipv6/uip-packetqueue.h"
|
||||
|
Loading…
Reference in New Issue
Block a user