diff options
Diffstat (limited to 'gcc/reload.c')
-rw-r--r-- | gcc/reload.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/reload.c b/gcc/reload.c index 98345bf..ef26359 100644 --- a/gcc/reload.c +++ b/gcc/reload.c @@ -90,6 +90,7 @@ a register with any other reload. */ #include "config.h" #include "system.h" #include "rtl.h" +#include "tm_p.h" #include "insn-config.h" #include "insn-codes.h" #include "recog.h" |