summaryrefslogtreecommitdiff
path: root/gcc/genoutput.c
diff options
context:
space:
mode:
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2000-01-27 20:40:24 +0000
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2000-01-27 20:40:24 +0000
commitbde3a957b1c63fe031e7a7f58376f65cfc276003 (patch)
treece896aa45192fcb5ff0d3be07806d7a4399ea8c7 /gcc/genoutput.c
parent3e7486d700def23201adb512a89e74f8e74d63d1 (diff)
downloadgcc-bde3a957b1c63fe031e7a7f58376f65cfc276003.tar.gz
* genoutput.c (output_prologue): Include ggc.h in generated
files. * Makefile.in (insn-output.o): Depends on ggc.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31650 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/genoutput.c')
-rw-r--r--gcc/genoutput.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/genoutput.c b/gcc/genoutput.c
index 348e9ae6a48..5fd472de64c 100644
--- a/gcc/genoutput.c
+++ b/gcc/genoutput.c
@@ -225,6 +225,7 @@ from the machine description file `md'. */\n\n");
printf ("#include \"config.h\"\n");
printf ("#include \"system.h\"\n");
printf ("#include \"flags.h\"\n");
+ printf ("#include \"ggc.h\"\n");
printf ("#include \"rtl.h\"\n");
printf ("#include \"tm_p.h\"\n");
printf ("#include \"function.h\"\n");