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