added missing include
This commit is contained in:
parent
4741b95858
commit
e965b74cf5
6 changed files with 12 additions and 6 deletions
|
@ -47,7 +47,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: collect.h,v 1.16 2010/04/01 10:45:21 adamdunkels Exp $
|
||||
* $Id: collect.h,v 1.17 2010/06/18 08:28:56 nifi Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -63,6 +63,7 @@
|
|||
#include "net/rime/announcement.h"
|
||||
#include "net/rime/runicast.h"
|
||||
#include "net/rime/neighbor-discovery.h"
|
||||
#include "sys/ctimer.h"
|
||||
|
||||
#define COLLECT_PACKET_ID_BITS 4
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: neighbor-discovery.h,v 1.11 2010/06/14 07:34:37 adamdunkels Exp $
|
||||
* $Id: neighbor-discovery.h,v 1.12 2010/06/18 08:28:56 nifi Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -61,6 +61,7 @@
|
|||
#define __NEIGHBOR_DISCOVERY_H__
|
||||
|
||||
#include "net/rime/broadcast.h"
|
||||
#include "sys/ctimer.h"
|
||||
|
||||
struct neighbor_discovery_conn;
|
||||
|
||||
|
|
|
@ -81,7 +81,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: polite.h,v 1.9 2010/06/14 19:19:17 adamdunkels Exp $
|
||||
* $Id: polite.h,v 1.10 2010/06/18 08:28:56 nifi Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -96,6 +96,7 @@
|
|||
|
||||
#include "net/rime/abc.h"
|
||||
#include "net/queuebuf.h"
|
||||
#include "sys/ctimer.h"
|
||||
|
||||
struct polite_conn;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: rudolph1.h,v 1.8 2008/02/24 22:05:27 adamdunkels Exp $
|
||||
* $Id: rudolph1.h,v 1.9 2010/06/18 08:28:56 nifi Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -62,6 +62,7 @@
|
|||
|
||||
#include "net/rime/trickle.h"
|
||||
#include "net/rime/ipolite.h"
|
||||
#include "sys/ctimer.h"
|
||||
|
||||
struct rudolph1_conn;
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: rudolph2.h,v 1.4 2008/02/24 22:05:27 adamdunkels Exp $
|
||||
* $Id: rudolph2.h,v 1.5 2010/06/18 08:28:56 nifi Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -61,6 +61,7 @@
|
|||
#define __RUDOLPH2_H__
|
||||
|
||||
#include "net/rime/polite.h"
|
||||
#include "sys/ctimer.h"
|
||||
|
||||
struct rudolph2_conn;
|
||||
|
||||
|
|
Loading…
Reference in a new issue