aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite.c
diff options
context:
space:
mode:
authorSebastian Pop <sebastian.pop@amd.com>2010-12-28 19:09:16 +0000
committerSebastian Pop <spop@gcc.gnu.org>2010-12-28 19:09:16 +0000
commite8c2fb69aecfe3042ca2283c85a8f6af7f7a0f36 (patch)
tree1847ceec62ea0aa6b0b8f3740a7aa65420265e3e /gcc/graphite.c
parent1bd6497c3e23de82b850f8116607d687df939e06 (diff)
downloadgcc-e8c2fb69aecfe3042ca2283c85a8f6af7f7a0f36.zip
gcc-e8c2fb69aecfe3042ca2283c85a8f6af7f7a0f36.tar.gz
gcc-e8c2fb69aecfe3042ca2283c85a8f6af7f7a0f36.tar.bz2
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. From-SVN: r168297
Diffstat (limited to 'gcc/graphite.c')
-rw-r--r--gcc/graphite.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/graphite.c b/gcc/graphite.c
index 84a8898..04462f2 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"