From: oharboe Date: Thu, 23 Apr 2009 18:55:13 +0000 (+0000) Subject: Michael Bruck include file fix X-Git-Tag: v0.2.0~986 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=2fb843773b7b33a8d565a828e1005c192317e5a1 Michael Bruck include file fix git-svn-id: svn://svn.berlios.de/openocd/trunk@1517 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- diff --git a/src/target/arm11.h b/src/target/arm11.h index d5f0a091a7..b22baabcff 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 +#include "types.h" #define asizeof(x) (sizeof(x) / sizeof((x)[0]))