* i960/i960.c: Include except.h for function.h.

From-SVN: r12553
This commit is contained in:
Mike Stump 1996-07-23 23:56:56 +00:00
parent 2a430ec17e
commit 5bcff23f54

View File

@ -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>