aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarfout.c
diff options
context:
space:
mode:
authorGabriel Dos Reis <dosreis@cmla.ens-cachan.fr>1999-12-30 06:58:56 +0100
committerGabriel Dos Reis <gdr@gcc.gnu.org>1999-12-30 05:58:56 +0000
commit671d2ac6635f785892d686ce06d6e811662468cf (patch)
tree676d30175b1da837fdff164987c16806247cb8a3 /gcc/dwarfout.c
parent7fb1283fc7fadaccf77c5a891ae8569c12b51782 (diff)
downloadgcc-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/dwarfout.c')
-rw-r--r--gcc/dwarfout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c
index f5b0fb5..af9fec0 100644
--- a/gcc/dwarfout.c
+++ b/gcc/dwarfout.c
@@ -35,6 +35,7 @@ Boston, MA 02111-1307, USA. */
#include "dwarfout.h"
#include "toplev.h"
#include "tm_p.h"
+#include "frame.h"
#if defined(DWARF_TIMESTAMPS)
#if !defined(POSIX)