summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--schedsim/shell/shared/lookup_task.c1
-rw-r--r--schedsim/shell/shared/main_semobtain.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/schedsim/shell/shared/lookup_task.c b/schedsim/shell/shared/lookup_task.c
index 57740be..264ffa8 100644
--- a/schedsim/shell/shared/lookup_task.c
+++ b/schedsim/shell/shared/lookup_task.c
@@ -17,6 +17,7 @@
#include <rtems.h>
#include <rtems/stringto.h>
+#include <rtems/score/threaddispatch.h>
#ifndef METHOD_NAME
#define METHOD_NAME lookup_task
diff --git a/schedsim/shell/shared/main_semobtain.c b/schedsim/shell/shared/main_semobtain.c
index d5b4388..5033ba5 100644
--- a/schedsim/shell/shared/main_semobtain.c
+++ b/schedsim/shell/shared/main_semobtain.c
@@ -20,6 +20,7 @@
#include <rtems/stringto.h>
#include <schedsim_shell.h>
#include <rtems/error.h>
+#include <rtems/score/threaddispatch.h>
static Thread_Control *get_thread_executing(void)
{