added missing include

This commit is contained in:
nifi 2010-06-18 08:28:56 +00:00
parent 4741b95858
commit e965b74cf5
6 changed files with 12 additions and 6 deletions

View file

@ -45,7 +45,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: route-discovery.h,v 1.10 2009/11/08 19:40:18 adamdunkels Exp $
* $Id: route-discovery.h,v 1.11 2010/06/18 08:28:56 nifi Exp $
*/
/**
@ -60,6 +60,7 @@
#include "net/rime/unicast.h"
#include "net/rime/netflood.h"
#include "sys/ctimer.h"
struct route_discovery_conn;