diff options
author | Mike Stump <mrs@gcc.gnu.org> | 1996-07-23 23:54:37 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 1996-07-23 23:54:37 +0000 |
commit | 2a430ec17e4a2e499c06d6a6171fc3668118c9a0 (patch) | |
tree | 2ec32c648e9379b67d1b1f5d7cea8d6c29bab785 | |
parent | 4956d07c7e28164b075454eddcd136dcf0b028c6 (diff) | |
download | gcc-2a430ec17e4a2e499c06d6a6171fc3668118c9a0.zip gcc-2a430ec17e4a2e499c06d6a6171fc3668118c9a0.tar.gz gcc-2a430ec17e4a2e499c06d6a6171fc3668118c9a0.tar.bz2 |
* rs6000/rs6000.c: Include except.h for function.h.
From-SVN: r12552
-rw-r--r-- | gcc/config/rs6000/rs6000.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index d1920a0..8a5188a 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -36,6 +36,7 @@ Boston, MA 02111-1307, USA. */ #include "expr.h" #include "obstack.h" #include "tree.h" +#include "except.h" #include "function.h" #ifndef TARGET_NO_PROTOTYPE |