diff options
Diffstat (limited to 'gcc/cfganal.c')
-rw-r--r-- | gcc/cfganal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cfganal.c b/gcc/cfganal.c index 22cfd280c61..7676bd8d6cc 100644 --- a/gcc/cfganal.c +++ b/gcc/cfganal.c @@ -23,6 +23,7 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" +#include "cfghooks.h" #include "hard-reg-set.h" #include "cfganal.h" #include "timevar.h" |