summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/types.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-08 12:57:26 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-12 13:25:41 +0100
commite897c7dd76401bf880c179c875c25dc8954a3688 (patch)
treec74bf1b4b66a3c5fb266a8c134ca6e47fd33dfce /cpukit/include/rtems/rtems/types.h
parentrtems: Avoid include of <rtems/score/thread.h> (diff)
downloadrtems-e897c7dd76401bf880c179c875c25dc8954a3688.tar.bz2
rtems: Avoid include of <rtems/score/scheduler.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 878340f253..9222f25cab 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/cpuset.h>
#include <sys/_timespec.h>
#include <sys/_timeval.h>
#include <stdint.h>