diff options
author | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-28 19:09:16 +0000 |
---|---|---|
committer | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-28 19:09:16 +0000 |
commit | 589cfc024b0ee7600b77e90421b2647e2c1e0e75 (patch) | |
tree | 1847ceec62ea0aa6b0b8f3740a7aa65420265e3e /gcc/graphite.c | |
parent | 1e5b7b1fcdadf68cbdd4b0c85243242d8326dc05 (diff) | |
download | gcc-589cfc024b0ee7600b77e90421b2647e2c1e0e75.tar.gz |
Fix bootstrap without graphite.
2010-12-28 Sebastian Pop <sebastian.pop@amd.com>
* Makefile.in (graphite.o): Add dependence on DIAGNOSTIC_H.
* graphite.c: Include diagnostic.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168297 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/graphite.c')
-rw-r--r-- | gcc/graphite.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/graphite.c b/gcc/graphite.c index 84a889810c4..04462f21c40 100644 --- a/gcc/graphite.c +++ b/gcc/graphite.c @@ -35,6 +35,7 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" +#include "diagnostic.h" #include "tree-flow.h" #include "tree-dump.h" #include "cfgloop.h" |