diff options
author | iains <iains@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-10-18 09:22:33 +0000 |
---|---|---|
committer | iains <iains@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-10-18 09:22:33 +0000 |
commit | 35ece5a6f82ab846ceb930661f50e4ba192ba682 (patch) | |
tree | b1f564b6c8730f222fb017af1f8e9396429e4cfb | |
parent | 1b7e7a0d1c737a7bb5ed564eeb35e9b5f55c9570 (diff) | |
download | gcc-35ece5a6f82ab846ceb930661f50e4ba192ba682.tar.gz |
fix Darwin bootstrap
gcc/
* config/darwin-driver.h: Adjust includes to add diagnostic-core.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@228939 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/darwin-driver.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f39753db479..eddf22a1641 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2015-10-18 Iain Sandoe <iain@codesourcery.com> + + * config/darwin-driver.h: Adjust includes to add diagnostic-core. + 2015-10-16 Trevor Saunders <tbsaunde+gcc@tbsaunde.org> * 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 b4478496667..45c418c7b03 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 <sys/sysctl.h> |