diff options
Diffstat (limited to 'src/target/arm920t.c')
-rw-r--r-- | src/target/arm920t.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/target/arm920t.c b/src/target/arm920t.c index eb0fa7d..ac0b6a6 100644 --- a/src/target/arm920t.c +++ b/src/target/arm920t.c @@ -17,7 +17,9 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ +#ifdef HAVE_CONFIG_H #include "config.h" +#endif #include "arm920t.h" #include "jtag.h" |