From d62b5ac99be0484e179fea94b8ddffa2137c4182 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 4 Apr 2014 09:37:23 +0200 Subject: score: Include missing header file --- cpukit/score/include/rtems/score/cpuset.h | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/cpukit/score/include/rtems/score/cpuset.h b/cpukit/score/include/rtems/score/cpuset.h index a59ff1aea5..0f781d91fd 100644 --- a/cpukit/score/include/rtems/score/cpuset.h +++ b/cpukit/score/include/rtems/score/cpuset.h @@ -21,12 +21,14 @@ #include +#ifdef __RTEMS_HAVE_SYS_CPUSET_H__ + +#include + #ifdef __cplusplus extern "C" { #endif -#ifdef __RTEMS_HAVE_SYS_CPUSET_H__ - /** * @defgroup ScoreCpuset * @@ -53,12 +55,13 @@ typedef struct { cpu_set_t *set; } CPU_set_Control; -#endif - /**@}*/ #ifdef __cplusplus } #endif -#endif + +#endif /* __RTEMS_HAVE_SYS_CPUSET_H__ */ + +#endif /* _RTEMS_SCORE_CPUSET_H */ /* end of include file */ -- cgit v1.2.3