summaryrefslogtreecommitdiffstats
path: root/schedsim/rtems/sched_cpu/rtems/score/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'schedsim/rtems/sched_cpu/rtems/score/cpu.h')
-rw-r--r--schedsim/rtems/sched_cpu/rtems/score/cpu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/schedsim/rtems/sched_cpu/rtems/score/cpu.h b/schedsim/rtems/sched_cpu/rtems/score/cpu.h
index aeb713b..45ae93c 100644
--- a/schedsim/rtems/sched_cpu/rtems/score/cpu.h
+++ b/schedsim/rtems/sched_cpu/rtems/score/cpu.h
@@ -39,6 +39,8 @@ extern "C" {
#include <rtems/score/no_cpu.h> /* pick up machine definitions */
#ifndef ASM
+/* only on simulator - included in different ways on real RTEMS */
+#include <sys/cpuset.h>
#include <rtems/score/types.h>
#endif