diff options
Diffstat (limited to 'gcc/cfg.c')
-rw-r--r-- | gcc/cfg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cfg.c b/gcc/cfg.c index 08b34dbb567..b87318639c9 100644 --- a/gcc/cfg.c +++ b/gcc/cfg.c @@ -58,6 +58,7 @@ along with GCC; see the file COPYING3. If not see #include "basic-block.h" #include "df.h" #include "cfgloop.h" /* FIXME: For struct loop. */ +#include "dumpfile.h" #define RDIV(X,Y) (((X) + (Y) / 2) / (Y)) |