From 2a430ec17e4a2e499c06d6a6171fc3668118c9a0 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Tue, 23 Jul 1996 23:54:37 +0000 Subject: [PATCH] * rs6000/rs6000.c: Include except.h for function.h. From-SVN: r12552 --- gcc/config/rs6000/rs6000.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.7.4