diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-03 14:20:05 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-03 14:20:05 +0000 |
commit | d0c9584a64d757f1bb680565b152821da62498a5 (patch) | |
tree | 567f69f95d4438ee6569b100fde7ed0617c7bd82 /gcc/ada/link.c | |
parent | eb77562aaca4643814e8a3e5e83ae6b11b97a7e9 (diff) | |
download | gcc-d0c9584a64d757f1bb680565b152821da62498a5.tar.gz |
* link.c: Include "auto-host.h" before system headers.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177272 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/link.c')
-rw-r--r-- | gcc/ada/link.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/link.c b/gcc/ada/link.c index b8fd835c2d8..bf5d584b02b 100644 --- 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, */ |