summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/timergettime.c
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/posix/src/timergettime.c
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/posix/src/timergettime.c')
-rw-r--r--cpukit/posix/src/timergettime.c1
1 files changed, 1 insertions, 0 deletions
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>
/*