summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-04-23 18:55:13 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-04-23 18:55:13 +0000
commit2fb843773b7b33a8d565a828e1005c192317e5a1 (patch)
tree2263b058e3f09aefa73c7e97599df77d50ded38a /src
parent9b7bd65883b0c0f76b5976c44b4808d6141ab30c (diff)
downloadopenocd+libswd-2fb843773b7b33a8d565a828e1005c192317e5a1.tar.gz
openocd+libswd-2fb843773b7b33a8d565a828e1005c192317e5a1.tar.bz2
openocd+libswd-2fb843773b7b33a8d565a828e1005c192317e5a1.tar.xz
openocd+libswd-2fb843773b7b33a8d565a828e1005c192317e5a1.zip
Michael Bruck <mbruck@digenius.de> include file fix
git-svn-id: svn://svn.berlios.de/openocd/trunk@1517 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src')
-rw-r--r--src/target/arm11.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/arm11.h b/src/target/arm11.h
index d5f0a091..b22baabc 100644
--- a/src/target/arm11.h
+++ b/src/target/arm11.h
@@ -26,7 +26,7 @@
#include "register.h"
#include "embeddedice.h"
#include "arm_jtag.h"
-#include <stdbool.h>
+#include "types.h"
#define asizeof(x) (sizeof(x) / sizeof((x)[0]))