From f4d9ab3e28d28c9ab9ac5a41bf431f2f78975af2 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 23 Jul 2013 11:33:56 +0200 Subject: rtems: Create asr implementation header Move implementation specific parts of asr.h and asr.inl into new header file asrimpl.h. The asr.h contains now only the application visible API. --- cpukit/rtems/src/tasks.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/rtems/src/tasks.c') diff --git a/cpukit/rtems/src/tasks.c b/cpukit/rtems/src/tasks.c index 99bcef93c6..b586487f93 100644 --- a/cpukit/rtems/src/tasks.c +++ b/cpukit/rtems/src/tasks.c @@ -20,6 +20,7 @@ #include #include +#include #include #include #include -- cgit v1.2.3