summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-17 16:20:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-17 16:20:00 +0000
commita387dd6208db636529bc16380971ebaab6fb15f1 (patch)
tree834f575153057b03d435a2f27ac68924e29aa98f /cpukit
parent2007-12-17 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-a387dd6208db636529bc16380971ebaab6fb15f1.tar.bz2
2007-12-17 Joel Sherrill <joel.sherrill@OARcorp.com>
* posix/src/timergettime.c: Include rtems/score/timespec.h
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/posix/src/timergettime.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 6c1224d202..f75577b607 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2007-12-17 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * posix/src/timergettime.c: Include rtems/score/timespec.h
+
+2007-12-17 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* posix/preinstall.am, posix/include/aio.h, posix/include/devctl.h,
posix/include/mqueue.h, posix/include/sched.h,
posix/include/semaphore.h, posix/include/rtems/posix/cancel.h,
diff --git a/cpukit/posix/src/timergettime.c b/cpukit/posix/src/timergettime.c
index 2f759abcb3..3187dc8826 100644
--- a/cpukit/posix/src/timergettime.c
+++ b/cpukit/posix/src/timergettime.c
@@ -22,6 +22,7 @@
#include <rtems/seterr.h>
#include <rtems/score/thread.h>
#include <rtems/score/tod.h>
+#include <rtems/score/timespec.h>
#include <rtems/posix/timer.h>
/*