From c40482815ec85bc9ef802570498a8abe8baef865 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 23 Jul 2013 14:56:00 +0200 Subject: 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. --- testsuites/sptests/spobjgetnext/init.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuites/sptests/spobjgetnext') 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 + /* prototypes */ int scan_objects( Objects_Information *information, -- cgit v1.2.3