diff options
author | Mike Stump <mrs@gcc.gnu.org> | 1996-07-23 23:56:56 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 1996-07-23 23:56:56 +0000 |
commit | 5bcff23f540c038c0175b32a54c1d1602f3fa8f6 (patch) | |
tree | d5aea7e3932967d440caabbae2914f017902b31d /gcc/config | |
parent | 2a430ec17e4a2e499c06d6a6171fc3668118c9a0 (diff) | |
download | gcc-5bcff23f540c038c0175b32a54c1d1602f3fa8f6.zip gcc-5bcff23f540c038c0175b32a54c1d1602f3fa8f6.tar.gz gcc-5bcff23f540c038c0175b32a54c1d1602f3fa8f6.tar.bz2 |
* i960/i960.c: Include except.h for function.h.
From-SVN: r12553
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/i960/i960.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/i960/i960.c b/gcc/config/i960/i960.c index 1399dc1..170d8cd 100644 --- a/gcc/config/i960/i960.c +++ b/gcc/config/i960/i960.c @@ -38,6 +38,7 @@ Boston, MA 02111-1307, USA. */ #include "insn-codes.h" #include "assert.h" #include "expr.h" +#include "except.h" #include "function.h" #include "recog.h" #include <math.h> |