From c1727795a5a0c6d101b5068c4007770dff986380 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 22 May 2014 17:55:04 -0500 Subject: cpu.h: Include sys/cpuset.h so RTEMS tasks.h doesn't have to be modified --- schedsim/rtems/sched_cpu/rtems/score/cpu.h | 2 ++ 1 file changed, 2 insertions(+) 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 /* pick up machine definitions */ #ifndef ASM +/* only on simulator - included in different ways on real RTEMS */ +#include #include #endif -- cgit v1.2.3