summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-23 16:47:07 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-23 17:19:07 +0200
commit7121a9faa90c3e1ed375c24f4a424f00c974c53c (patch)
treebc44aa9504ad7b2ea8e1259845f65505b04caeca
parentscore: PR1782: CPU_USE_DEFERRED_FP_SWITCH (diff)
downloadrtems-7121a9faa90c3e1ed375c24f4a424f00c974c53c.tar.bz2
score: Include missing <rtems/score/thread.h>
-rw-r--r--cpukit/score/inline/rtems/score/schedulerpriority.inl1
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 fc108d6ae5..393ee09062 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>
/**