From 671d2ac6635f785892d686ce06d6e811662468cf Mon Sep 17 00:00:00 2001 From: Gabriel Dos Reis Date: Thu, 30 Dec 1999 06:58:56 +0100 Subject: dwarfout.c: Include "frame.h" 1999-12-30 Gabriel Dos Reis * dwarfout.c: Include "frame.h" * dwarf2out.c: Likewise. * Makefile.in (dwarfout.o): Depend on frame.h (dwarf2out.o): Likewise. From-SVN: r31131 --- gcc/dwarf2out.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/dwarf2out.c') 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 in GCC source, since that would include GCC's assert.h, which may not be compatible with the host compiler. */ -- cgit v1.1