summaryrefslogtreecommitdiff
path: root/nuttx/sched
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-05 16:58:52 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-05 16:58:52 -0600
commit35330f6c7500f521280ec5c864d65164bbbc2ea5 (patch)
tree0e0c3b92fd0a9f3c088221b4cddeb67d283ba6c5 /nuttx/sched
parent37c80524e1e71319444a4da69931db88cf07a253 (diff)
downloadpx4-nuttx-35330f6c7500f521280ec5c864d65164bbbc2ea5.tar.gz
px4-nuttx-35330f6c7500f521280ec5c864d65164bbbc2ea5.tar.bz2
px4-nuttx-35330f6c7500f521280ec5c864d65164bbbc2ea5.zip
Fix some recently introduced typos, build problems, and warnings
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>