From e151eb1a362500a643e0631a5557af28213ebde6 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 23 Jul 2013 12:47:35 +0200 Subject: rtems: Create event implementation header Move implementation specific parts of event.h, event.inl, eventset.h and eventset.inl into new header file eventimpl.h. The event.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 b586487f93..1e012114c8 100644 --- a/cpukit/rtems/src/tasks.c +++ b/cpukit/rtems/src/tasks.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3