diff options
Diffstat (limited to 'gcc/cfglayout.c')
-rw-r--r-- | gcc/cfglayout.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cfglayout.c b/gcc/cfglayout.c index 62ca643..58c0478 100644 --- a/gcc/cfglayout.c +++ b/gcc/cfglayout.c @@ -39,6 +39,7 @@ along with GCC; see the file COPYING3. If not see #include "tree-pass.h" #include "df.h" #include "vecprim.h" +#include "emit-rtl.h" /* Holds the interesting trailing notes for the function. */ rtx cfg_layout_function_footer; |