From 6baf1cc8f87d1c8c1ebfa9c48e27b74b82eab4e4 Mon Sep 17 00:00:00 2001 From: Bernd Schmidt Date: Mon, 20 Sep 1999 10:00:03 +0000 Subject: Make it possible to prototype port-specific functions (and convert i386 to use this) From-SVN: r29514 --- gcc/genemit.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/genemit.c') diff --git a/gcc/genemit.c b/gcc/genemit.c index d1b3a1b..3608e52 100644 --- a/gcc/genemit.c +++ b/gcc/genemit.c @@ -800,6 +800,7 @@ from the machine description file `md'. */\n\n"); printf ("#include \"config.h\"\n"); printf ("#include \"system.h\"\n"); printf ("#include \"rtl.h\"\n"); + printf ("#include \"tm_p.h\"\n"); printf ("#include \"function.h\"\n"); printf ("#include \"expr.h\"\n"); printf ("#include \"real.h\"\n"); -- cgit v1.1