aboutsummaryrefslogtreecommitdiff
path: root/nuttx/sched/group_signal.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-25 23:21:27 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-25 23:21:27 +0000
commit239e2808cca6ee4c356d087bc83889fc57e64307 (patch)
treefd3a16f87e715df6729c7966a230f93214e98e20 /nuttx/sched/group_signal.c
parentfdaa22ed2d565e49983e956bc056f1e0797bd9a9 (diff)
downloadpx4-firmware-239e2808cca6ee4c356d087bc83889fc57e64307.tar.gz
px4-firmware-239e2808cca6ee4c356d087bc83889fc57e64307.tar.bz2
px4-firmware-239e2808cca6ee4c356d087bc83889fc57e64307.zip
Move environment variables in the task group structure
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5565 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched/group_signal.c')
-rw-r--r--nuttx/sched/group_signal.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/sched/group_signal.c b/nuttx/sched/group_signal.c
index 68912fe00..5020ec436 100644
--- a/nuttx/sched/group_signal.c
+++ b/nuttx/sched/group_signal.c
@@ -44,6 +44,8 @@
#include <signal.h>
#include <debug.h>
+#include "os_internal.h"
+#include "group_internal.h"
#include "sig_internal.h"
#if defined(HAVE_TASK_GROUP) && !defined(CONFIG_DISABLE_SIGNALS)