diff options
author | Geert Bosch <bosch@gnat.com> | 2002-10-30 18:42:53 +0100 |
---|---|---|
committer | Geert Bosch <bosch@gcc.gnu.org> | 2002-10-30 18:42:53 +0100 |
commit | 1c4048ca8dace9c2ae7545e9f181400c481dd17d (patch) | |
tree | 293ea1f7898ddcff2f6b925073aa264a0af1e3be /gcc/ada/misc.c | |
parent | df7a89892624376ccd8fb613ffb083c970260421 (diff) | |
download | gcc-1c4048ca8dace9c2ae7545e9f181400c481dd17d.zip gcc-1c4048ca8dace9c2ae7545e9f181400c481dd17d.tar.gz gcc-1c4048ca8dace9c2ae7545e9f181400c481dd17d.tar.bz2 |
re PR ada/6558 (Wrongly reverted patches)
PR ada/6558
* misc.c : Include optabs.h
* Make-lang.in (misc.o): Add dependency on optabs.h
From-SVN: r58656
Diffstat (limited to 'gcc/ada/misc.c')
-rw-r--r-- | gcc/ada/misc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/misc.c b/gcc/ada/misc.c index 8a6a8d2..ad43106 100644 --- a/gcc/ada/misc.c +++ b/gcc/ada/misc.c @@ -49,6 +49,7 @@ #include "insn-codes.h" #include "insn-flags.h" #include "insn-config.h" +#include "optabs.h" #include "recog.h" #include "toplev.h" #include "output.h" |