summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/types.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-08 11:32:13 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-12 13:25:41 +0100
commit98c01a53c808a33e63d0e52490cc1c10a9dd1038 (patch)
tree342dab10408723f92370dc9ff193da5d3802ff3e /cpukit/include/rtems/rtems/types.h
parentscore: Avoid include of <rtems/score/thread.h> (diff)
downloadrtems-98c01a53c808a33e63d0e52490cc1c10a9dd1038.tar.bz2
rtems: Avoid <rtems/score/timecounter.h> in API
Use a real function for rtems_clock_get_uptime_seconds(). Update #3598.
Diffstat (limited to 'cpukit/include/rtems/rtems/types.h')
-rw-r--r--cpukit/include/rtems/rtems/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/include/rtems/rtems/types.h b/cpukit/include/rtems/rtems/types.h
index 2028c427f0..13adf175a6 100644
--- a/cpukit/include/rtems/rtems/types.h
+++ b/cpukit/include/rtems/rtems/types.h
@@ -23,6 +23,7 @@
*/
#include <sys/_timespec.h>
+#include <sys/_timeval.h>
#include <stdint.h>
#include <rtems/score/heap.h>
#include <rtems/score/object.h>