Added necessary includes

This commit is contained in:
Simon Duquennoy 2017-12-10 07:19:27 -08:00
parent 4ffab13eeb
commit dfa7d735ac
2 changed files with 3 additions and 0 deletions

View File

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

View File

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