From a6ff997ce8307ea4be649d4e8de0c07d21048a30 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Sat, 19 May 2012 16:46:16 +0000 Subject: PR 14072 * wrapper.c: Include config.h before system header files. * callback.c: Include config.h before system header files. * cgen-trace.c: Likewise. * cgen-utils.c: Likewise. * gentmap.c: Likewise. * sim-if.c: Include config.h before system header files. * compile.c: Include config.h before system header files. * sim-main.h: Likewise. * gdb-if.c: Include config.h before system header files. * load.c: Likewise. * syscalls.c: Likewise. * trace.c: Likewise. * interp.c: Include config.h before system header files. --- sim/arm/ChangeLog | 5 +++++ sim/arm/wrapper.c | 1 + 2 files changed, 6 insertions(+) (limited to 'sim/arm') diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog index d182253..68cd1a4 100644 --- a/sim/arm/ChangeLog +++ b/sim/arm/ChangeLog @@ -1,3 +1,8 @@ +2012-05-18 Nick Clifton + + PR 14072 + * wrapper.c: Include config.h before system header files. + 2012-03-24 Mike Frysinger * aclocal.m4, config.in, configure: Regenerate. diff --git a/sim/arm/wrapper.c b/sim/arm/wrapper.c index 3f185f0..1c55f75 100644 --- a/sim/arm/wrapper.c +++ b/sim/arm/wrapper.c @@ -21,6 +21,7 @@ run.c and gdb (when the simulator is linked with gdb). All simulator interaction should go through this file. */ +#include "config.h" #include #include #include -- cgit v1.1