Fixed include path

This commit is contained in:
adamdunkels 2006-09-01 22:56:18 +00:00
parent fbcb4a97c2
commit 2ab93b730f

View File

@ -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"
/*--------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------*/