Added missing include (needed for type uip_ipaddr_t)

This commit is contained in:
Simon Duquennoy 2015-09-21 18:47:40 +02:00
parent dfd61b6cc9
commit f86494c6aa

View file

@ -40,6 +40,7 @@
#ifndef UIP_DS6_ROUTE_H
#define UIP_DS6_ROUTE_H
#include "net/ip/uip.h"
#include "net/nbr-table.h"
#include "sys/stimer.h"
#include "lib/list.h"