summaryrefslogtreecommitdiffstats
path: root/nuttx/sched/task_start.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/task_start.c')
-rw-r--r--nuttx/sched/task_start.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/sched/task_start.c b/nuttx/sched/task_start.c
index 72e96516e2..add6409e7a 100644
--- a/nuttx/sched/task_start.c
+++ b/nuttx/sched/task_start.c
@@ -1,5 +1,5 @@
/****************************************************************************
- * task_start.c
+ * sched/task_start.c
*
* Copyright (C) 2007-2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
@@ -38,10 +38,11 @@
****************************************************************************/
#include <nuttx/config.h>
-#include <sys/types.h>
+
#include <stdlib.h>
#include <sched.h>
#include <debug.h>
+
#include "os_internal.h"
/****************************************************************************