summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/types.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-07 14:12:52 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-12 13:25:39 +0100
commit78bbe5940b385269de8282e0224c25d020478bc1 (patch)
treef7b9fac1307ca66368674bd3f4495890266da3e9 /cpukit/include/rtems/rtems/types.h
parentInclude missing <sys/types.h> (diff)
downloadrtems-78bbe5940b385269de8282e0224c25d020478bc1.tar.bz2
rtems: Move internal structures to ratemondata.h
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 bb98100ead..874b077b79 100644
--- a/cpukit/include/rtems/rtems/types.h
+++ b/cpukit/include/rtems/rtems/types.h
@@ -22,6 +22,7 @@
* RTEMS basic type definitions
*/
+#include <sys/_timespec.h>
#include <stdint.h>
#include <rtems/score/heap.h>
#include <rtems/score/object.h>