fix Darwin bootstrap
authorIain Sandoe <iain@codesourcery.com>
Sun, 18 Oct 2015 09:22:33 +0000 (09:22 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Sun, 18 Oct 2015 09:22:33 +0000 (09:22 +0000)
gcc/
* config/darwin-driver.h: Adjust includes to add diagnostic-core.

From-SVN: r228939

gcc/ChangeLog
gcc/config/darwin-driver.c

index f39753db479a4e8c21b0854eeaea7348e6ad2118..eddf22a1641feb8c05ee0fbed2b6dba1c025d128 100644 (file)
@@ -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
index b4478496667ac734d032eb2ee607ff3844e9a6d2..45c418c7b03c3b44b59a72e98c6e335fe28ac6bd 100644 (file)
@@ -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>