Message ID | ydd62mepyme.fsf@manam.CeBiTec.Uni-Bielefeld.DE |
---|---|
State | New |
Headers | show |
> Ok for mainline? > > Thanks. > Rainer > > > 2011-08-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> > > * link.c: Include "auto-host.h" before system headers. OK, thanks.
diff --git a/gcc/ada/link.c b/gcc/ada/link.c --- a/gcc/ada/link.c +++ b/gcc/ada/link.c @@ -36,12 +36,12 @@ 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, */