From 24af09a51cd79e0a7b4c510bb2b7829a6500feae Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 26 May 2014 12:02:56 -0500 Subject: 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(+) 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 #include +#include #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 #include #include +#include static Thread_Control *get_thread_executing(void) { -- cgit v1.2.3