X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Farmv4_5_mmu.c;h=269f9d572893c7da7e7137c962c1ce6da4bdba49;hp=c7dad3e2799c10f547549a9687a072b42b21fd7d;hb=82d2633b5f550115e9e7c7d0520babb6680aa38f;hpb=1960973baf8022b4525e3ac94aed8dace7f9b478;ds=sidebyside diff --git a/src/target/armv4_5_mmu.c b/src/target/armv4_5_mmu.c index c7dad3e279..269f9d5728 100644 --- a/src/target/armv4_5_mmu.c +++ b/src/target/armv4_5_mmu.c @@ -17,6 +17,10 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "arm7_9_common.h" #include "log.h" #include "command.h"