From 9a210f30975e7d37b3868d8a9571dd200deab006 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Fri, 15 Jun 2012 17:20:30 +0000 Subject: [PATCH] sim/erc32/sys.h: Include "config.h". This file includes "gdb/callback.h", which includes "bfd.h", which itself verifies that "config.h" was included earlier. sim/erc32/ChangeLog: * sys.h: Include "config.h". --- sim/erc32/ChangeLog | 4 ++++ sim/erc32/sis.h | 1 + 2 files changed, 5 insertions(+) diff --git a/sim/erc32/ChangeLog b/sim/erc32/ChangeLog index 3df021f..e5d3179 100644 --- a/sim/erc32/ChangeLog +++ b/sim/erc32/ChangeLog @@ -1,5 +1,9 @@ 2012-06-15 Joel Brobecker + * sys.h: Include "config.h". + +2012-06-15 Joel Brobecker + * config.in, configure: Regenerate. 2012-05-24 Pedro Alves diff --git a/sim/erc32/sis.h b/sim/erc32/sis.h index fcabf9d..606f4500 100644 --- a/sim/erc32/sis.h +++ b/sim/erc32/sis.h @@ -20,6 +20,7 @@ * */ +#include "config.h" #include "ansidecl.h" #include "gdb/callback.h" #include "gdb/remote-sim.h" -- 2.7.4