summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/schedulerpriorityallocate.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-09 14:16:59 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-20 10:14:03 +0200
commita78e575ba58250b35787bfa19a8770c075db5e8b (patch)
tree4b17cd95ecdf7ef93552dc11fad85fe76649079a /cpukit/score/src/schedulerpriorityallocate.c
parentscore: _Scheduler_priority_Ready_queue_first() (diff)
downloadrtems-a78e575ba58250b35787bfa19a8770c075db5e8b.tar.bz2
score: _Scheduler_priority_Ready_queue_initialize()
Move workspace allocation to _Scheduler_priority_Initialize().
Diffstat (limited to 'cpukit/score/src/schedulerpriorityallocate.c')
-rw-r--r--cpukit/score/src/schedulerpriorityallocate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/score/src/schedulerpriorityallocate.c b/cpukit/score/src/schedulerpriorityallocate.c
index ec0f21042d..ef6322ecc2 100644
--- a/cpukit/score/src/schedulerpriorityallocate.c
+++ b/cpukit/score/src/schedulerpriorityallocate.c
@@ -19,6 +19,7 @@
#endif
#include <rtems/score/schedulerpriority.h>
+#include <rtems/score/thread.h>
#include <rtems/score/wkspace.h>
void *_Scheduler_priority_Allocate (