summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-13 17:29:28 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-13 17:29:28 +0000
commit6132a9da939698fe9d5d3a7310d1287d5cb7a1a7 (patch)
tree165c8584fb3ca180d70d5f14754dc51e39a6a30e
parentcc16ba43ea26fdd50fdf14e15e45c1c17833c7b6 (diff)
downloadnuttx-6132a9da939698fe9d5d3a7310d1287d5cb7a1a7.tar.gz
nuttx-6132a9da939698fe9d5d3a7310d1287d5cb7a1a7.tar.bz2
nuttx-6132a9da939698fe9d5d3a7310d1287d5cb7a1a7.zip
Missing stdbool.h inclusion; fixes LPC17xx compile error
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5651 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/arch/arm/src/lpc17xx/lpc17_gpio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/arch/arm/src/lpc17xx/lpc17_gpio.h b/nuttx/arch/arm/src/lpc17xx/lpc17_gpio.h
index 99a0b67e9..8853afe9e 100644
--- a/nuttx/arch/arm/src/lpc17xx/lpc17_gpio.h
+++ b/nuttx/arch/arm/src/lpc17xx/lpc17_gpio.h
@@ -44,6 +44,7 @@
#ifndef __ASSEMBLY__
# include <stdint.h>
+# include <stdbool.h>
#endif
#include <arch/lpc17xx/chip.h>