diff options
Diffstat (limited to 'gcc/except.c')
-rw-r--r-- | gcc/except.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/except.c b/gcc/except.c index fe1de06..018439e 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -141,6 +141,7 @@ along with GCC; see the file COPYING3. If not see #include "tree-pass.h" #include "pointer-set.h" #include "cfgloop.h" +#include "builtins.h" /* Provide defaults for stuff that may not be defined when using sjlj exceptions. */ |