summaryrefslogtreecommitdiff
path: root/nuttx/sched
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-07 20:55:25 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-07 20:55:25 +0000
commit2eeb673833c177c57f7171e9658410c4962ec515 (patch)
tree11c248039c4c1f3244350df523ffd70d18163b75 /nuttx/sched
parent444d934f141a6a03db78bfffd7519cc98e2096ea (diff)
downloadpx4-nuttx-2eeb673833c177c57f7171e9658410c4962ec515.tar.gz
px4-nuttx-2eeb673833c177c57f7171e9658410c4962ec515.tar.bz2
px4-nuttx-2eeb673833c177c57f7171e9658410c4962ec515.zip
cosmetic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1163 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched')
-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"