diff options
Diffstat (limited to 'gcc/cp/except.c')
-rw-r--r-- | gcc/cp/except.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cp/except.c b/gcc/cp/except.c index 0a6bb33..3c54fa4 100644 --- a/gcc/cp/except.c +++ b/gcc/cp/except.c @@ -34,6 +34,7 @@ Boston, MA 02111-1307, USA. */ #include "except.h" #include "function.h" #include "defaults.h" +#include "toplev.h" rtx expand_builtin_return_addr PROTO((enum built_in_function, int, rtx)); |