diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-03-29 22:58:32 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-03-29 22:58:32 +0000 |
commit | 966eae04c9d26e6c2929fdc88227339a88858335 (patch) | |
tree | 1e9c32550fe622461f180ed535cc757afe51589b /gcc/genconditions.c | |
parent | 64319b3ea5ee56e101ce89d926010330bbcfe3df (diff) | |
download | gcc-966eae04c9d26e6c2929fdc88227339a88858335.tar.gz |
* genconditions.c (write_header): Add tm-constrs.h to included
headers.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112516 138bc75d-0d04-0410-961f-82ee72b054a4
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"); |