summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp41/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp41/init.c')
-rw-r--r--testsuites/sptests/sp41/init.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuites/sptests/sp41/init.c b/testsuites/sptests/sp41/init.c
index cadf7d58b6..9aa007a6f5 100644
--- a/testsuites/sptests/sp41/init.c
+++ b/testsuites/sptests/sp41/init.c
@@ -11,9 +11,10 @@
#include "config.h"
#endif
-#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
#include <tmacros.h>
+#include <rtems/score/objectimpl.h>
+
/* forward declarations to avoid warnings */
rtems_task Init(rtems_task_argument argument);
void iterator(Thread_Control *thread);