From 7110afdad59674b1a7a0de525fa3e4b8e6d56e4c Mon Sep 17 00:00:00 2001 From: nifi Date: Sat, 27 Nov 2010 15:27:20 +0000 Subject: [PATCH] added missing include --- cpu/msp430/rtimer-arch.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cpu/msp430/rtimer-arch.c b/cpu/msp430/rtimer-arch.c index d56d128c0..8f2fc49fa 100644 --- a/cpu/msp430/rtimer-arch.c +++ b/cpu/msp430/rtimer-arch.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: rtimer-arch.c,v 1.16 2010/11/25 09:22:56 adamdunkels Exp $ + * $Id: rtimer-arch.c,v 1.17 2010/11/27 15:27:20 nifi Exp $ */ /** @@ -44,6 +44,7 @@ #include "sys/energest.h" #include "sys/rtimer.h" #include "sys/process.h" +#include "dev/watchdog.h" #define DEBUG 0 #if DEBUG