Make consistent presumptions about inlcude paths.

This commit is contained in:
oliverschmidt 2007-03-24 15:21:34 +00:00
parent 0ded7a166e
commit 687dce277d

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: elfloader-arch.h,v 1.3 2006/12/18 14:54:04 fros4943 Exp $ * @(#)$Id: elfloader-arch.h,v 1.4 2007/03/24 15:21:34 oliverschmidt Exp $
*/ */
/** /**
* \addtogroup elfloader * \addtogroup elfloader
@ -66,7 +66,7 @@
#ifndef __ELFLOADER_ARCH_H__ #ifndef __ELFLOADER_ARCH_H__
#define __ELFLOADER_ARCH_H__ #define __ELFLOADER_ARCH_H__
#include "elfloader.h" #include "loader/elfloader.h"
/** /**
* \brief Allocate RAM for a new module. * \brief Allocate RAM for a new module.