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 8c2723ee0be..cbc351bb583 100644 --- a/gcc/cfg.c +++ b/gcc/cfg.c @@ -53,6 +53,7 @@ along with GCC; see the file COPYING3. If not see #include "alloc-pool.h" #include "alias.h" #include "backend.h" +#include "cfghooks.h" #include "tree.h" #include "hard-reg-set.h" #include "df.h" |