diff options
author | Mike Stump <mrs@gcc.gnu.org> | 1996-07-23 20:09:26 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 1996-07-23 20:09:26 +0000 |
commit | 1ef08c6373cde5339b3d4db95057ee148ea659cb (patch) | |
tree | caccaf3ec69327541f4df3fc536a2e0bb6d6fca2 /gcc/stor-layout.c | |
parent | 6adb4e3a29c612cc99a26a54364917e3a1709e8c (diff) | |
download | gcc-1ef08c6373cde5339b3d4db95057ee148ea659cb.zip gcc-1ef08c6373cde5339b3d4db95057ee148ea659cb.tar.gz gcc-1ef08c6373cde5339b3d4db95057ee148ea659cb.tar.bz2 |
install EH code
From-SVN: r12550
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 691cb50..8a23489 100644 --- a/gcc/stor-layout.c +++ b/gcc/stor-layout.c @@ -24,6 +24,7 @@ Boston, MA 02111-1307, USA. */ #include "tree.h" #include "flags.h" +#include "except.h" #include "function.h" #define CEIL(x,y) (((x) + (y) - 1) / (y)) |