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. --- cpukit/rtems/src/taskvariableget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/rtems/src/taskvariableget.c') diff --git a/cpukit/rtems/src/taskvariableget.c b/cpukit/rtems/src/taskvariableget.c index c1524a463e..ec6d3c6f75 100644 --- a/cpukit/rtems/src/taskvariableget.c +++ b/cpukit/rtems/src/taskvariableget.c @@ -20,7 +20,7 @@ #include #include -#include +#include #include /* -- cgit v1.2.3