diff --git a/cpu/native/rtimer-arch.c b/cpu/native/rtimer-arch.c index 5e55920da..3e73f08ad 100644 --- a/cpu/native/rtimer-arch.c +++ b/cpu/native/rtimer-arch.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: rtimer-arch.c,v 1.1 2007/03/28 20:09:09 adamdunkels Exp $ + * $Id: rtimer-arch.c,v 1.2 2007/03/31 11:19:08 adamdunkels Exp $ */ /** @@ -40,6 +40,7 @@ #include #include +#include #include "sys/rtimer.h" #include "sys/clock.h"