diff options
author | Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr> | 1999-12-30 06:58:56 +0100 |
---|---|---|
committer | Gabriel Dos Reis <gdr@gcc.gnu.org> | 1999-12-30 05:58:56 +0000 |
commit | 671d2ac6635f785892d686ce06d6e811662468cf (patch) | |
tree | 676d30175b1da837fdff164987c16806247cb8a3 /gcc/dwarf2out.c | |
parent | 7fb1283fc7fadaccf77c5a891ae8569c12b51782 (diff) | |
download | gcc-671d2ac6635f785892d686ce06d6e811662468cf.zip gcc-671d2ac6635f785892d686ce06d6e811662468cf.tar.gz gcc-671d2ac6635f785892d686ce06d6e811662468cf.tar.bz2 |
dwarfout.c: Include "frame.h"
1999-12-30 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
* dwarfout.c: Include "frame.h"
* dwarf2out.c: Likewise.
* Makefile.in (dwarfout.o): Depend on frame.h
(dwarf2out.o): Likewise.
From-SVN: r31131
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r-- | gcc/dwarf2out.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index f4fae33..0b0e839 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -55,6 +55,7 @@ Boston, MA 02111-1307, USA. */ #include "toplev.h" #include "dyn-string.h" #include "ggc.h" +#include "frame.h" /* We cannot use <assert.h> in GCC source, since that would include GCC's assert.h, which may not be compatible with the host compiler. */ |