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. * 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> * Adam Dunkels <adam@sics.se>
*/ */
#include "rimeaddr.h" #include "net/rime/rimeaddr.h"
rimeaddr_t rimeaddr_node_addr; rimeaddr_t rimeaddr_node_addr;
const rimeaddr_t rimeaddr_null = {.u16 = {0}}; const rimeaddr_t rimeaddr_null = {.u16 = {0}};

View file

@ -28,7 +28,7 @@
* *
* This file is part of the Contiki operating system. * 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 #define NUM_RT_ENTRIES 8