summaryrefslogtreecommitdiff
path: root/nuttx/include/stdint.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-12 19:39:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-12 19:39:51 +0000
commit1d3dc9a67ca921abc8cd16129865fcc2291cd68f (patch)
tree6d19838297262a5a6e934cf560e56934ffbc5f3a /nuttx/include/stdint.h
parenta8e517e441321234408c33a742e861f0bba56184 (diff)
downloadnuttx-1d3dc9a67ca921abc8cd16129865fcc2291cd68f.tar.gz
nuttx-1d3dc9a67ca921abc8cd16129865fcc2291cd68f.tar.bz2
nuttx-1d3dc9a67ca921abc8cd16129865fcc2291cd68f.zip
Changes for clean RGMP compile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3598 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include/stdint.h')
-rwxr-xr-xnuttx/include/stdint.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/include/stdint.h b/nuttx/include/stdint.h
index 9e814bce5..f6d2fcfcd 100755
--- a/nuttx/include/stdint.h
+++ b/nuttx/include/stdint.h
@@ -42,8 +42,8 @@
#include <nuttx/config.h>
-#ifdef CONFIG_ARCH_STDBOOL_H
-# include <arch/stdbool.h>
+#ifdef CONFIG_ARCH_STDINT_H
+# include <arch/stdint.h>
#else
# include <nuttx/compiler.h>
# include <arch/types.h>