prepend net/ to include paths

This commit is contained in:
nvt-se 2010-03-12 13:23:50 +00:00
parent c316fc2fa9
commit 6ce15b14c9
3 changed files with 5 additions and 5 deletions

View File

@ -36,7 +36,7 @@
#include "lib/memb.h"
#include "lib/list.h"
#include "neighbor-attr.h"
#include "net/neighbor-attr.h"
#define DEBUG 0

View File

@ -33,7 +33,7 @@
#ifndef NEIGHBORATTR_H_
#define NEIGHBORATTR_H_
#include "rime.h"
#include "net/rime.h"
/**
* define how many neighbors you can store

View File

@ -28,7 +28,7 @@
*
* 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
@ -37,8 +37,8 @@
* \author Nicolas Tsiftes <nvt@sics.se>
*/
#include "neighbor-info.h"
#include "neighbor-attr.h"
#include "net/neighbor-info.h"
#include "net/neighbor-attr.h"
#define DEBUG 0
#if DEBUG