--- cpukit/score/include/rtems/bspsmp.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/cpukit/score/include/rtems/bspsmp.h b/cpukit/score/include/rtems/bspsmp.h index 1996d51..e318cca 100644 --- a/cpukit/score/include/rtems/bspsmp.h +++ b/cpukit/score/include/rtems/bspsmp.h @@ -20,6 +20,8 @@ #ifndef _RTEMS_BSPSMP_H #define _RTEMS_BSPSMP_H +#include <rtems/score/cpuopts.h> + #if defined (RTEMS_SMP) #include <rtems/score/percpu.h> -- 1.7.7 _______________________________________________ rtems-devel mailing list [email protected] http://www.rtems.org/mailman/listinfo/rtems-devel
