summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-05-26 12:02:56 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-05-26 12:02:56 -0500
commit24af09a51cd79e0a7b4c510bb2b7829a6500feae (patch)
tree637cc0aedb82e213bc274f196a2aa4f7c5dd72d8
parentUse shared main() and file processor (diff)
downloadrtems-schedsim-24af09a51cd79e0a7b4c510bb2b7829a6500feae.tar.bz2
lookup*.c, main_semobtain.c: Link on uniprocessor again
-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)
{