aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cfg.c')
-rw-r--r--gcc/cfg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cfg.c b/gcc/cfg.c
index 08b34db..b873186 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))