summaryrefslogtreecommitdiffstats
path: root/nuttx/sched/irq_dispatch.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-12-14 18:39:29 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-12-14 18:39:29 +0000
commitc382a1d9047c845deaecdf142fc57db8eb1f8f25 (patch)
tree80d034ca2b741e6d5b074758c5285f804f772c66 /nuttx/sched/irq_dispatch.c
parentd052a1e372eeffb5f00c772b7fd83f7408e3d6f4 (diff)
Switching to C99 stdint.h types
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@2336 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/sched/irq_dispatch.c')
-rw-r--r--nuttx/sched/irq_dispatch.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/sched/irq_dispatch.c b/nuttx/sched/irq_dispatch.c
index c8c3c7bdaa..4b2447cbf8 100644
--- a/nuttx/sched/irq_dispatch.c
+++ b/nuttx/sched/irq_dispatch.c
@@ -37,7 +37,8 @@
* Included Files
****************************************************************************/
-#include <sys/types.h>
+#include <nuttx/config.h>
+
#include <debug.h>
#include <nuttx/arch.h>
#include <nuttx/irq.h>