Make consistent presumptions about inlcude paths.

This commit is contained in:
oliverschmidt 2007-03-24 13:42:25 +00:00
parent 1a0d00e1d4
commit 41d6a76019
2 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: rimeaddr.c,v 1.2 2007/03/21 23:22:11 adamdunkels Exp $
* $Id: rimeaddr.c,v 1.3 2007/03/24 13:42:25 oliverschmidt Exp $
*/
/**
@ -38,7 +38,7 @@
* Adam Dunkels <adam@sics.se>
*/
#include "rimeaddr.h"
#include "net/rime/rimeaddr.h"
rimeaddr_t rimeaddr_node_addr;
const rimeaddr_t rimeaddr_null = {.u16 = {0}};

View File

@ -28,7 +28,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: route.c,v 1.2 2007/03/22 17:34:43 adamdunkels Exp $
* $Id: route.c,v 1.3 2007/03/24 13:42:25 oliverschmidt Exp $
*/
/**
@ -39,7 +39,7 @@
*/
#include "route.h"
#include "net/rime/route.h"
#define NUM_RT_ENTRIES 8