Make consistent presumptions about inlcude paths.
This commit is contained in:
parent
b42d4fa7e3
commit
4043448c02
1 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: rudolph0.c,v 1.1 2007/03/25 11:56:59 adamdunkels Exp $
|
||||
* $Id: rudolph0.c,v 1.2 2007/03/25 21:29:02 oliverschmidt Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -38,11 +38,11 @@
|
|||
* Adam Dunkels <adam@sics.se>
|
||||
*/
|
||||
|
||||
#include "net/rime.h"
|
||||
#include "rudolph0.h"
|
||||
|
||||
#include <stddef.h> /* for offsetof */
|
||||
|
||||
#include "net/rime.h"
|
||||
#include "net/rime/rudolph0.h"
|
||||
|
||||
#define SENDING_TIME CLOCK_SECOND / 2
|
||||
#define STEADY_TIME CLOCK_SECOND * 2
|
||||
|
||||
|
|
Loading…
Reference in a new issue