diff options
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/function.c b/gcc/function.c index 9c7a9844b7f..eddffdbb955 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -55,6 +55,7 @@ along with GCC; see the file COPYING3. If not see #include "langhooks.h" #include "target.h" #include "common/common-target.h" +#include "gimple.h" #include "gimplify.h" #include "tree-pass.h" #include "predict.h" |