summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spobjgetnext
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-23 14:56:00 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-23 15:12:55 +0200
commitc40482815ec85bc9ef802570498a8abe8baef865 (patch)
tree50a529eac444f2ccd6c2635fba7b8d63ebb33fd9 /testsuites/sptests/spobjgetnext
parentrtems: Create region implementation header (diff)
downloadrtems-c40482815ec85bc9ef802570498a8abe8baef865.tar.bz2
rtems: Create tasks implementation header
Move implementation specific parts of tasks.h and tasks.inl into new header file tasksimpl.h. The tasks.h contains now only the application visible API.
Diffstat (limited to 'testsuites/sptests/spobjgetnext')
-rw-r--r--testsuites/sptests/spobjgetnext/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/sptests/spobjgetnext/init.c b/testsuites/sptests/spobjgetnext/init.c
index 037a833a88..c6da26db62 100644
--- a/testsuites/sptests/spobjgetnext/init.c
+++ b/testsuites/sptests/spobjgetnext/init.c
@@ -17,6 +17,8 @@
#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__ 1
#include "system.h"
+#include <rtems/rtems/tasksimpl.h>
+
/* prototypes */
int scan_objects(
Objects_Information *information,