diff options
author | Joel Brobecker <brobecker@gnat.com> | 2012-06-15 17:20:30 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2012-06-15 17:20:30 +0000 |
commit | 9a210f30975e7d37b3868d8a9571dd200deab006 (patch) | |
tree | 69e772746170cdefbf2c0e93488a1e7260956668 /sim/erc32 | |
parent | 5f3ef9d03542dc296b9f34b1d01711028c042f55 (diff) | |
download | gdb-9a210f30975e7d37b3868d8a9571dd200deab006.zip gdb-9a210f30975e7d37b3868d8a9571dd200deab006.tar.gz gdb-9a210f30975e7d37b3868d8a9571dd200deab006.tar.bz2 |
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".
Diffstat (limited to 'sim/erc32')
-rw-r--r-- | sim/erc32/ChangeLog | 4 | ||||
-rw-r--r-- | sim/erc32/sis.h | 1 |
2 files changed, 5 insertions, 0 deletions
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 <brobecker@adacore.com> + * sys.h: Include "config.h". + +2012-06-15 Joel Brobecker <brobecker@adacore.com> + * config.in, configure: Regenerate. 2012-05-24 Pedro Alves <palves@redhat.com> 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" |