summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxobj01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxobj01/init.c')
-rw-r--r--testsuites/psxtests/psxobj01/init.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxobj01/init.c b/testsuites/psxtests/psxobj01/init.c
index 6bddee753b..b3f4e85209 100644
--- a/testsuites/psxtests/psxobj01/init.c
+++ b/testsuites/psxtests/psxobj01/init.c
@@ -16,9 +16,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 ignored);