Fixed include path
This commit is contained in:
parent
fbcb4a97c2
commit
2ab93b730f
|
@ -28,11 +28,11 @@
|
||||||
*
|
*
|
||||||
* This file is part of the Contiki operating system.
|
* This file is part of the Contiki operating system.
|
||||||
*
|
*
|
||||||
* @(#)$Id: mtarch.c,v 1.1 2006/06/17 22:41:21 adamdunkels Exp $
|
* @(#)$Id: mtarch.c,v 1.2 2006/09/01 22:56:18 adamdunkels Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "mt.h"
|
#include "sys/mt.h"
|
||||||
|
|
||||||
|
|
||||||
/*--------------------------------------------------------------------------*/
|
/*--------------------------------------------------------------------------*/
|
||||||
|
|
Loading…
Reference in a new issue