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/jump.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/jump.c') diff --git a/gcc/jump.c b/gcc/jump.c index 13ef576..3d7a4b7 100644 --- a/gcc/jump.c +++ b/gcc/jump.c @@ -54,6 +54,7 @@ Boston, MA 02111-1307, USA. */ #include "config.h" #include "system.h" #include "rtl.h" +#include "tm_p.h" #include "flags.h" #include "hard-reg-set.h" #include "regs.h" -- cgit v1.1