diff options
author | crux <crux@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-20 10:00:03 +0000 |
---|---|---|
committer | crux <crux@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-20 10:00:03 +0000 |
commit | 7953c6102285e76dec62143121915da47fa9aa5d (patch) | |
tree | e581f680f7e5ca0ee19344ed2e86e199d05a00f2 /gcc/haifa-sched.c | |
parent | 175b7af68d2542a06a56bd65dec4cec52f35be11 (diff) | |
download | gcc-7953c6102285e76dec62143121915da47fa9aa5d.tar.gz |
Make it possible to prototype port-specific functions (and convert i386 to use this)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29514 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/haifa-sched.c')
-rw-r--r-- | gcc/haifa-sched.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c index 87c97fb3506..8641f11ff2c 100644 --- a/gcc/haifa-sched.c +++ b/gcc/haifa-sched.c @@ -159,6 +159,7 @@ #include "system.h" #include "toplev.h" #include "rtl.h" +#include "tm_p.h" #include "basic-block.h" #include "regs.h" #include "function.h" |