summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sprbtree01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sprbtree01/init.c')
-rw-r--r--testsuites/sptests/sprbtree01/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sprbtree01/init.c b/testsuites/sptests/sprbtree01/init.c
index 29fb71c407..df2a947aaa 100644
--- a/testsuites/sptests/sprbtree01/init.c
+++ b/testsuites/sptests/sprbtree01/init.c
@@ -10,9 +10,9 @@
#include "config.h"
#endif
-#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
#include <tmacros.h>
#include <rtems/rbtree.h>
+#include <rtems/score/rbtreeimpl.h>
/* forward declarations to avoid warnings */
rtems_task Init(rtems_task_argument argument);