sim/erc32/sys.h: Include "config.h".
authorJoel Brobecker <brobecker@gnat.com>
Fri, 15 Jun 2012 17:20:30 +0000 (17:20 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Fri, 15 Jun 2012 17:20:30 +0000 (17:20 +0000)
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
sim/erc32/sis.h

index 3df021f4241c867058ebc3fc99a69a4036c13cfb..e5d317956353f87d3c4a12bb57dd968fd4beb7c8 100644 (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.
index fcabf9dc111a9bab64637f1e9f2d0f30b5cb81e4..606f45008a75bb33b9528aafc0c50f05b0e95e0e 100644 (file)
@@ -20,6 +20,7 @@
  * 
  */
 
+#include "config.h"
 #include "ansidecl.h"
 #include "gdb/callback.h"
 #include "gdb/remote-sim.h"
This page took 0.024626 seconds and 4 git commands to generate.