From: Iain Sandoe Date: Sun, 18 Oct 2015 09:22:33 +0000 (+0000) Subject: fix Darwin bootstrap X-Git-Tag: basepoints/gcc-7~3889 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fe7f26c18c36933430add48d1139030c4a2f8d4;p=thirdparty%2Fgcc.git fix Darwin bootstrap gcc/ * config/darwin-driver.h: Adjust includes to add diagnostic-core. From-SVN: r228939 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f39753db479a..eddf22a1641f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2015-10-18 Iain Sandoe + + * config/darwin-driver.h: Adjust includes to add diagnostic-core. + 2015-10-16 Trevor Saunders * lra-constraints.c (add_next_usage_insn): Change argument type diff --git a/gcc/config/darwin-driver.c b/gcc/config/darwin-driver.c index b4478496667a..45c418c7b03c 100644 --- a/gcc/config/darwin-driver.c +++ b/gcc/config/darwin-driver.c @@ -23,6 +23,7 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "opts.h" +#include "diagnostic-core.h" #ifndef CROSS_DIRECTORY_STRUCTURE #include