summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nuttx/sched/sig_received.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/sched/sig_received.c b/nuttx/sched/sig_received.c
index 437f7a63c..8856cd0f6 100644
--- a/nuttx/sched/sig_received.c
+++ b/nuttx/sched/sig_received.c
@@ -37,6 +37,8 @@
* Included Files
************************************************************/
+#include <nuttx/config.h>
+
#include <sys/types.h>
#include <string.h>
#include <signal.h>
@@ -44,6 +46,7 @@
#include <sched.h>
#include <debug.h>
#include <nuttx/arch.h>
+
#include "os_internal.h"
#include "sem_internal.h"
#include "sig_internal.h"