Added missing include (needed for type uip_ipaddr_t)
This commit is contained in:
parent
dfd61b6cc9
commit
f86494c6aa
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@
|
||||||
#ifndef UIP_DS6_ROUTE_H
|
#ifndef UIP_DS6_ROUTE_H
|
||||||
#define UIP_DS6_ROUTE_H
|
#define UIP_DS6_ROUTE_H
|
||||||
|
|
||||||
|
#include "net/ip/uip.h"
|
||||||
#include "net/nbr-table.h"
|
#include "net/nbr-table.h"
|
||||||
#include "sys/stimer.h"
|
#include "sys/stimer.h"
|
||||||
#include "lib/list.h"
|
#include "lib/list.h"
|
||||||
|
|
Loading…
Add table
Reference in a new issue