summaryrefslogtreecommitdiff
path: root/nuttx/sched/task_vfork.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-27 19:17:56 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-27 19:17:56 +0000
commit7a71b8268d87e44762604a6e3e4390f99ed37eca (patch)
tree5ca1c52a94dad3a4051fa21fe15a58f02a7b727d /nuttx/sched/task_vfork.c
parent2f2cd79e084223f644af5bb88ff19fd4f739f8b7 (diff)
downloadpx4-nuttx-7a71b8268d87e44762604a6e3e4390f99ed37eca.tar.gz
px4-nuttx-7a71b8268d87e44762604a6e3e4390f99ed37eca.tar.bz2
px4-nuttx-7a71b8268d87e44762604a6e3e4390f99ed37eca.zip
Add configs/stm32f4discovery/usbnsh
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5572 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched/task_vfork.c')
-rw-r--r--nuttx/sched/task_vfork.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/sched/task_vfork.c b/nuttx/sched/task_vfork.c
index 5b42a1e55..ac86ddc56 100644
--- a/nuttx/sched/task_vfork.c
+++ b/nuttx/sched/task_vfork.c
@@ -39,6 +39,7 @@
#include <nuttx/config.h>
+#include <sys/wait.h>
#include <stdint.h>
#include <assert.h>
#include <queue.h>