* link.c: Include "auto-host.h" before system headers.
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Wed, 3 Aug 2011 14:20:05 +0000 (14:20 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Wed, 3 Aug 2011 14:20:05 +0000 (14:20 +0000)
From-SVN: r177272

gcc/ada/ChangeLog
gcc/ada/link.c

index 6afbcd295c8dddbf52ab4ead916a5fd364876992..75eeedc01971714c8613899339465816d8c50211 100644 (file)
@@ -1,3 +1,7 @@
+2011-08-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * link.c: Include "auto-host.h" before system headers.
+
 2011-08-03  Vincent Celier  <celier@adacore.com>
 
        * make.adb (Gnatmake): Add to table Library_Projs only library projects
index b8fd835c2d8e509e581ee65963ddd60b38ac0ed5..bf5d584b02b6f78dbc5e3609f8f3b01142953788 100644 (file)
 extern "C" {
 #endif
 
-#include <string.h>
-
 #ifdef IN_GCC
 #include "auto-host.h"
 #endif
 
+#include <string.h>
+
 /*  objlist_file_supported is set to 1 when the system linker allows        */
 /*  response file, that is a file that contains the list of object files.   */
 /*  This is useful on systems where the command line length is limited,     */