[rtems commit] rtems: Include missing header file

Sebastian Huber sebh at rtems.org
Tue Mar 18 08:59:41 UTC 2014


Module:    rtems
Branch:    master
Commit:    614cd7a4681592ac8299b6f3b9d1d330a588efb6
Changeset: http://git.rtems.org/rtems/commit/?id=614cd7a4681592ac8299b6f3b9d1d330a588efb6

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Mar 18 10:04:14 2014 +0100

rtems: Include missing header file

---

 cpukit/rtems/src/tasks.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/cpukit/rtems/src/tasks.c b/cpukit/rtems/src/tasks.c
index 4134746..aca1292 100644
--- a/cpukit/rtems/src/tasks.c
+++ b/cpukit/rtems/src/tasks.c
@@ -25,8 +25,9 @@
 #include <rtems/rtems/status.h>
 #include <rtems/rtems/support.h>
 #include <rtems/rtems/modes.h>
-#include <rtems/score/stack.h>
 #include <rtems/rtems/tasksimpl.h>
+#include <rtems/posix/keyimpl.h>
+#include <rtems/score/stack.h>
 #include <rtems/score/thread.h>
 #include <rtems/score/userextimpl.h>
 #include <rtems/score/wkspace.h>




More information about the vc mailing list