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 ffbcd0185c4..eec10118276 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -42,6 +42,7 @@ Boston, MA 02111-1307, USA. */ #include "system.h" #include "rtl.h" #include "tree.h" +#include "tm_p.h" #include "flags.h" #include "except.h" #include "function.h" |