prepend net/ to include paths
This commit is contained in:
parent
c316fc2fa9
commit
6ce15b14c9
|
@ -36,7 +36,7 @@
|
||||||
#include "lib/memb.h"
|
#include "lib/memb.h"
|
||||||
#include "lib/list.h"
|
#include "lib/list.h"
|
||||||
|
|
||||||
#include "neighbor-attr.h"
|
#include "net/neighbor-attr.h"
|
||||||
|
|
||||||
#define DEBUG 0
|
#define DEBUG 0
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
#ifndef NEIGHBORATTR_H_
|
#ifndef NEIGHBORATTR_H_
|
||||||
#define NEIGHBORATTR_H_
|
#define NEIGHBORATTR_H_
|
||||||
|
|
||||||
#include "rime.h"
|
#include "net/rime.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* define how many neighbors you can store
|
* define how many neighbors you can store
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
*
|
*
|
||||||
* This file is part of the Contiki operating system.
|
* This file is part of the Contiki operating system.
|
||||||
*
|
*
|
||||||
* $Id: neighbor-info.c,v 1.1 2010/03/12 13:19:45 nvt-se Exp $
|
* $Id: neighbor-info.c,v 1.2 2010/03/12 13:23:50 nvt-se Exp $
|
||||||
*/
|
*/
|
||||||
/**
|
/**
|
||||||
* \file
|
* \file
|
||||||
|
@ -37,8 +37,8 @@
|
||||||
* \author Nicolas Tsiftes <nvt@sics.se>
|
* \author Nicolas Tsiftes <nvt@sics.se>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "neighbor-info.h"
|
#include "net/neighbor-info.h"
|
||||||
#include "neighbor-attr.h"
|
#include "net/neighbor-attr.h"
|
||||||
|
|
||||||
#define DEBUG 0
|
#define DEBUG 0
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
|
|
Loading…
Reference in a new issue