summaryrefslogtreecommitdiffstats
path: root/nuttx/sched/sched_removereadytorun.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/sched_removereadytorun.c')
-rw-r--r--nuttx/sched/sched_removereadytorun.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/nuttx/sched/sched_removereadytorun.c b/nuttx/sched/sched_removereadytorun.c
index ee848e8f04..f09b5fc991 100644
--- a/nuttx/sched/sched_removereadytorun.c
+++ b/nuttx/sched/sched_removereadytorun.c
@@ -1,7 +1,7 @@
/****************************************************************************
* shced/sched_removereadytorun.c
*
- * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +37,11 @@
* Included Files
****************************************************************************/
-#include <sys/types.h>
+#include <nuttx/config.h>
+
#include <queue.h>
#include <assert.h>
+
#include "os_internal.h"
/****************************************************************************