diff options
Diffstat (limited to 'gcc/graph.c')
-rw-r--r-- | gcc/graph.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/graph.c b/gcc/graph.c index 38e7294..04227a4 100644 --- a/gcc/graph.c +++ b/gcc/graph.c @@ -32,6 +32,7 @@ along with GCC; see the file COPYING3. If not see #include "basic-block.h" #include "toplev.h" #include "graph.h" +#include "emit-rtl.h" static const char *const graph_ext[] = { |