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/h8300/sim-main.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sim/h8300/sim-main.h') diff --git a/sim/h8300/sim-main.h b/sim/h8300/sim-main.h index 65cc999..964388a 100644 --- a/sim/h8300/sim-main.h +++ b/sim/h8300/sim-main.h @@ -1,5 +1,6 @@ /* Main header for the Hitachi h8/300 architecture. */ +#include "config.h" #include "bfd.h" #ifndef SIM_MAIN_H -- cgit v1.1