summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/rbheap01
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-23 10:38:11 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-23 15:12:52 +0200
commit93fb3cb059d8f232b57fccebafa65311b94d9da7 (patch)
tree8c498c7196140801a2b7b90c259bea9aba10a68b /testsuites/libtests/rbheap01
parentsapi: Create extension implementation header (diff)
downloadrtems-93fb3cb059d8f232b57fccebafa65311b94d9da7.tar.bz2
score: Create rbtree implementation header
Move implementation specific parts of rbtree.h and rbtree.inl into new header file rbtreeimpl.h. The rbtree.h contains now only the application visible API.
Diffstat (limited to 'testsuites/libtests/rbheap01')
-rw-r--r--testsuites/libtests/rbheap01/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/libtests/rbheap01/init.c b/testsuites/libtests/rbheap01/init.c
index 239853fc83..d00eefebc0 100644
--- a/testsuites/libtests/rbheap01/init.c
+++ b/testsuites/libtests/rbheap01/init.c
@@ -21,6 +21,7 @@
#include <rtems.h>
#include <rtems/rbheap.h>
#include <rtems/malloc.h>
+#include <rtems/score/rbtreeimpl.h>
/* forward declarations to avoid warnings */
static rtems_task Init(rtems_task_argument argument);