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".
This commit is contained in:
Joel Brobecker 2012-06-15 17:20:30 +00:00
parent 5f3ef9d035
commit 9a210f3097
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
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.

View file

@ -20,6 +20,7 @@
*
*/
#include "config.h"
#include "ansidecl.h"
#include "gdb/callback.h"
#include "gdb/remote-sim.h"