msp430: fix "implicit declaration of function" warnings in clock.c, by including watchdog.h

This commit is contained in:
Mariano Alvira 2011-02-21 09:23:52 -08:00
parent 733aaa546f
commit c857e57d2f
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@
#include "sys/clock.h"
#include "sys/etimer.h"
#include "rtimer-arch.h"
#include "watchdog.h"
#define INTERVAL (RTIMER_ARCH_SECOND / CLOCK_SECOND)