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/stor-layout.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/stor-layout.c')
-rw-r--r-- | gcc/stor-layout.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c index 9f32de43ef8..dc429263945 100644 --- a/gcc/stor-layout.c +++ b/gcc/stor-layout.c @@ -24,6 +24,7 @@ Boston, MA 02111-1307, USA. */ #include "tree.h" #include "rtl.h" +#include "tm_p.h" #include "flags.h" #include "function.h" #include "expr.h" |