From 5ddcab0d041b2a78c8d80d4d2daca6040816f259 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 8 Aug 2014 17:53:55 -0600 Subject: Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h --- nuttx/sched/task/task_restart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/sched/task/task_restart.c') diff --git a/nuttx/sched/task/task_restart.c b/nuttx/sched/task/task_restart.c index dd3a78547..a62d723fb 100644 --- a/nuttx/sched/task/task_restart.c +++ b/nuttx/sched/task/task_restart.c @@ -45,7 +45,7 @@ #include -#include "os_internal.h" +#include "sched/sched.h" #include "group/group.h" #include "signal/signal.h" #include "task/task.h" -- cgit v1.2.3