include ctimer.h, since ctimer's are used in the neighbor_discovery_conn struct.
This commit is contained in:
parent
cdf4bfd4f8
commit
83f2b9ae57
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
||||||
*
|
*
|
||||||
* This file is part of the Contiki operating system.
|
* This file is part of the Contiki operating system.
|
||||||
*
|
*
|
||||||
* $Id: neighbor-discovery.h,v 1.7 2008/08/15 19:00:38 adamdunkels Exp $
|
* $Id: neighbor-discovery.h,v 1.8 2009/05/30 19:40:39 nvt-se Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -61,6 +61,7 @@
|
||||||
#define __NEIGHBOR_DISCOVERY_H__
|
#define __NEIGHBOR_DISCOVERY_H__
|
||||||
|
|
||||||
#include "net/rime/broadcast.h"
|
#include "net/rime/broadcast.h"
|
||||||
|
#include "net/rime/ctimer.h"
|
||||||
|
|
||||||
struct neighbor_discovery_conn;
|
struct neighbor_discovery_conn;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue