diff options
Diffstat (limited to 'gcc/calls.c')
-rw-r--r-- | gcc/calls.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/calls.c b/gcc/calls.c index 6a36ef01c6e..ddf1487adc1 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -22,6 +22,7 @@ Boston, MA 02111-1307, USA. */ #include "system.h" #include "rtl.h" #include "tree.h" +#include "tm_p.h" #include "flags.h" #include "expr.h" #include "function.h" |