diff options
Diffstat (limited to 'gcc/genconditions.c')
-rw-r--r-- | gcc/genconditions.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/genconditions.c b/gcc/genconditions.c index b67936502b6..1a653d08f5b 100644 --- a/gcc/genconditions.c +++ b/gcc/genconditions.c @@ -87,7 +87,8 @@ write_header (void) #include \"hard-reg-set.h\"\n\ #include \"resource.h\"\n\ #include \"toplev.h\"\n\ -#include \"reload.h\"\n"); +#include \"reload.h\"\n\ +#include \"tm-constrs.h\"\n"); if (saw_eh_return) puts ("#define HAVE_eh_return 1"); |