fix Darwin bootstrap

gcc/
	* config/darwin-driver.h: Adjust includes to add diagnostic-core.

From-SVN: r228939
This commit is contained in:
Iain Sandoe 2015-10-18 09:22:33 +00:00 committed by Iain Sandoe
parent ba0c749b80
commit 2fe7f26c18
2 changed files with 5 additions and 0 deletions

View 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

View 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>