From 7f087d8ab2034a4660506b8fb43f3adb1c279c82 Mon Sep 17 00:00:00 2001 From: crux Date: Mon, 9 Aug 1999 15:23:25 +0000 Subject: Small incremental fixes for last checkin git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28627 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/genpeep.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/genpeep.c') diff --git a/gcc/genpeep.c b/gcc/genpeep.c index 65ba963c056..047fef4bece 100644 --- a/gcc/genpeep.c +++ b/gcc/genpeep.c @@ -477,6 +477,7 @@ from the machine description file `md'. */\n\n"); printf ("#include \"real.h\"\n"); printf ("#include \"recog.h\"\n"); printf ("#include \"except.h\"\n\n"); + printf ("#include \"function.h\"\n\n"); printf ("extern rtx peep_operand[];\n\n"); printf ("#define operands peep_operand\n\n"); -- cgit v1.2.1