aboutsummaryrefslogtreecommitdiff
path: root/nuttx/sched/group_signal.c
diff options
context:
space:
mode:
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)