[rtems-schedsim commit] lookup*.c, main_semobtain.c: Link on uniprocessor again
Joel Sherrill
joel at rtems.org
Mon May 26 17:08:18 UTC 2014
Module: rtems-schedsim
Branch: master
Commit: 24af09a51cd79e0a7b4c510bb2b7829a6500feae
Changeset: http://git.rtems.org/rtems-schedsim/commit/?id=24af09a51cd79e0a7b4c510bb2b7829a6500feae
Author: Joel Sherrill <joel.sherrill at oarcorp.com>
Date: Mon May 26 12:02:56 2014 -0500
lookup*.c, main_semobtain.c: Link on uniprocessor again
---
schedsim/shell/shared/lookup_task.c | 1 +
schedsim/shell/shared/main_semobtain.c | 1 +
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)
{
More information about the vc
mailing list