summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/schedulersimpleyield.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/schedulersimpleyield.c')
-rw-r--r--cpukit/score/src/schedulersimpleyield.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/score/src/schedulersimpleyield.c b/cpukit/score/src/schedulersimpleyield.c
index 05f803e791..cb8dc6fc92 100644
--- a/cpukit/score/src/schedulersimpleyield.c
+++ b/cpukit/score/src/schedulersimpleyield.c
@@ -20,6 +20,7 @@
#include <rtems/score/schedulersimpleimpl.h>
#include <rtems/score/isr.h>
+#include <rtems/score/threadimpl.h>
void _Scheduler_simple_Yield( Thread_Control *thread )
{