From c4300e8e8d0440304724a7105a6ebcee044e5115 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Sat, 31 Mar 2007 11:19:08 +0000 Subject: [PATCH] Added #include that #defines NULL --- cpu/native/rtimer-arch.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"