add missing include

This commit is contained in:
Mohamed seliem 2016-12-02 19:34:49 +02:00
parent 82b5fb5073
commit 452666b43e
4 changed files with 4 additions and 2 deletions

View file

@ -31,6 +31,7 @@
#include "contiki-lib.h"
#include "contiki-net.h"
#include "net/ip/uip.h"
#include "net/ipv6/uip-ds6.h"
#include "net/rpl/rpl.h"
#include "net/netstack.h"