summaryrefslogtreecommitdiff
path: root/nuttx/sched
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched')
-rw-r--r--nuttx/sched/task/task_vfork.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/sched/task/task_vfork.c b/nuttx/sched/task/task_vfork.c
index ea7ce295b..379edf2cf 100644
--- a/nuttx/sched/task/task_vfork.c
+++ b/nuttx/sched/task/task_vfork.c
@@ -41,9 +41,10 @@
#include <sys/wait.h>
#include <stdint.h>
+#include <string.h>
#include <assert.h>
-#include <queue.h>
#include <errno.h>
+#include <queue.h>
#include <debug.h>
#include <nuttx/sched.h>