summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/clock.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-12-08 11:16:21 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-12-08 11:16:21 +0000
commit6fcf3732f86b447f28659e77207ff5b859c4d030 (patch)
tree613aab182d6790b1bdf8b03520777d9471ffc18d /cpukit/rtems/include/rtems/rtems/clock.h
parent2008-12-08 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-6fcf3732f86b447f28659e77207ff5b859c4d030.tar.bz2
#include <sys/time.h>
Diffstat (limited to 'cpukit/rtems/include/rtems/rtems/clock.h')
-rw-r--r--cpukit/rtems/include/rtems/rtems/clock.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/clock.h b/cpukit/rtems/include/rtems/rtems/clock.h
index 7e6336d606..04924d74d6 100644
--- a/cpukit/rtems/include/rtems/rtems/clock.h
+++ b/cpukit/rtems/include/rtems/rtems/clock.h
@@ -32,6 +32,8 @@
#include <rtems/rtems/status.h>
#include <rtems/rtems/types.h>
+#include <sys/time.h> /* struct timeval */
+
/**
* @defgroup ClassicClock Classic API Clock
*