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:
Brad Campbell 2013-09-09 20:48:11 -04:00
parent 55686d7ca2
commit bc762b6dd6
3 changed files with 5 additions and 3 deletions

View file

@ -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);