Small fixes to networking files
1. Added #include header 2. Fixed #defines that weren't updated 3. Small change to comment that now points to correct RFC section
This commit is contained in:
parent
55686d7ca2
commit
bc762b6dd6
3 changed files with 5 additions and 3 deletions
|
@ -32,6 +32,7 @@
|
|||
#ifndef UIP_DS6_ROUTE_H
|
||||
#define UIP_DS6_ROUTE_H
|
||||
|
||||
#include "sys/stimer.h"
|
||||
#include "lib/list.h"
|
||||
|
||||
void uip_ds6_route_init(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue