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/flow.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/flow.c') diff --git a/gcc/flow.c b/gcc/flow.c index 5bd8453..c7f2d15 100644 --- a/gcc/flow.c +++ b/gcc/flow.c @@ -121,6 +121,7 @@ Boston, MA 02111-1307, USA. */ #include "config.h" #include "system.h" #include "rtl.h" +#include "tm_p.h" #include "basic-block.h" #include "insn-config.h" #include "regs.h" -- cgit v1.1