[rtems commit] score: Include missing <rtems/score/thread.h>

Sebastian Huber sebh at rtems.org
Tue Jul 23 15:14:21 UTC 2013


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Jul 23 16:47:07 2013 +0200

score: Include missing <rtems/score/thread.h>

---

 .../score/inline/rtems/score/schedulerpriority.inl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/cpukit/score/inline/rtems/score/schedulerpriority.inl b/cpukit/score/inline/rtems/score/schedulerpriority.inl
index fc108d6..393ee09 100644
--- a/cpukit/score/inline/rtems/score/schedulerpriority.inl
+++ b/cpukit/score/inline/rtems/score/schedulerpriority.inl
@@ -25,6 +25,7 @@
 #define _RTEMS_SCORE_SCHEDULERPRIORITY_INL
 
 #include <rtems/score/chainimpl.h>
+#include <rtems/score/thread.h>
 #include <rtems/score/wkspace.h>
 
 /**




More information about the vc mailing list