summaryrefslogtreecommitdiff
path: root/nuttx/sched/signal/sig_procmask.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/signal/sig_procmask.c')
-rw-r--r--nuttx/sched/signal/sig_procmask.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/nuttx/sched/signal/sig_procmask.c b/nuttx/sched/signal/sig_procmask.c
index c56fdf5aa..861c41047 100644
--- a/nuttx/sched/signal/sig_procmask.c
+++ b/nuttx/sched/signal/sig_procmask.c
@@ -1,7 +1,7 @@
/****************************************************************************
* sched/signal/sig_procmask.c
*
- * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007-2009, 2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -42,12 +42,13 @@
#include <unistd.h>
#include <signal.h>
#include <time.h>
-#include <wdog.h>
#include <assert.h>
#include <debug.h>
#include <sched.h>
-#include <nuttx/kmalloc.h>
+
#include <nuttx/arch.h>
+#include <nuttx/wdog.h>
+#include <nuttx/kmalloc.h>
#include "sched/sched.h"
#include "signal/signal.h"