summaryrefslogtreecommitdiffstats
path: root/nuttx/sched/sched_yield.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/sched_yield.c')
-rw-r--r--nuttx/sched/sched_yield.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/sched/sched_yield.c b/nuttx/sched/sched_yield.c
index 79a8515ed1..a7af4c7878 100644
--- a/nuttx/sched/sched_yield.c
+++ b/nuttx/sched/sched_yield.c
@@ -38,8 +38,9 @@
****************************************************************************/
#include <nuttx/config.h>
-#include <sys/types.h>
+
#include <nuttx/arch.h>
+
#include "os_internal.h"
/****************************************************************************