summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/coretodget.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-05 22:27:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-05 22:27:47 +0000
commit6a6141606b1e0300aacc6edb01d4204e710ca49e (patch)
tree280dbd715b5f34801164592f7dcfc3f11db18452 /cpukit/score/src/coretodget.c
parent2008-12-05 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-6a6141606b1e0300aacc6edb01d4204e710ca49e.tar.bz2
2008-12-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/include/rtems/score/timespec.h: Remove unnecessary includes. Fix typo. * posix/include/rtems/posix/time.h, score/src/coretodget.c, score/src/coretodgetuptime.c: Add required include files which were formerly included from timespec.h
Diffstat (limited to 'cpukit/score/src/coretodget.c')
-rw-r--r--cpukit/score/src/coretodget.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/score/src/coretodget.c b/cpukit/score/src/coretodget.c
index 3a5e2db16c..1d48082f26 100644
--- a/cpukit/score/src/coretodget.c
+++ b/cpukit/score/src/coretodget.c
@@ -1,7 +1,7 @@
/*
* Time of Day (TOD) Handler - get TOD
*
- * COPYRIGHT (c) 1989-2007.
+ * COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -19,6 +19,7 @@
#include <rtems/score/isr.h>
#include <rtems/score/timespec.h>
#include <rtems/score/tod.h>
+#include <rtems/score/watchdog.h>
/*
* _TOD_Get