summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nuttx/sched/task/task_posixspawn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/sched/task/task_posixspawn.c b/nuttx/sched/task/task_posixspawn.c
index a4e30f9fb..65ee785ab 100644
--- a/nuttx/sched/task/task_posixspawn.c
+++ b/nuttx/sched/task/task_posixspawn.c
@@ -45,6 +45,7 @@
#include <nuttx/kthread.h>
#include <nuttx/binfmt/binfmt.h>
+#include <nuttx/binfmt/symtab.h>
#include "sched/sched.h"
#include "group/group.h"