From d80eb1e1673b2bf7d7f54b11598dc715ef429f82 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Sat, 27 May 2000 19:17:59 -0700 Subject: Makefile.in (resource.o): Depend on except.h. * Makefile.in (resource.o): Depend on except.h. * except.h (output_exception_table_data): Prototype. * genconfig.c (gen_peephole2): Prototype. * genemit.c (main): Include ggc.h. * genoutput.c: Revert parts of last change: include errors.h (main): Set progname. * recog.c: Include hard-reg-set.h before recog.h. * resource.c: Include except.h. From-SVN: r34219 --- gcc/resource.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/resource.c') diff --git a/gcc/resource.c b/gcc/resource.c index af1b4ed..ae89d62 100644 --- a/gcc/resource.c +++ b/gcc/resource.c @@ -30,6 +30,7 @@ Boston, MA 02111-1307, USA. */ #include "flags.h" #include "output.h" #include "resource.h" +#include "except.h" #include "insn-attr.h" /* This structure is used to record liveness information at the targets or -- cgit v1.1