From f86494c6aa43375b0c9110294e4bf3b89a1c633f Mon Sep 17 00:00:00 2001 From: Simon Duquennoy Date: Mon, 21 Sep 2015 18:47:40 +0200 Subject: [PATCH] Added missing include (needed for type uip_ipaddr_t) --- core/net/ipv6/uip-ds6-route.h | 1 + 1 file changed, 1 insertion(+) diff --git a/core/net/ipv6/uip-ds6-route.h b/core/net/ipv6/uip-ds6-route.h index 34ad5a7c6..342bfeffa 100644 --- a/core/net/ipv6/uip-ds6-route.h +++ b/core/net/ipv6/uip-ds6-route.h @@ -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"