diff options
Diffstat (limited to 'gcc/c-pragma.c')
-rw-r--r-- | gcc/c-pragma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/c-pragma.c b/gcc/c-pragma.c index 2c06792..886c67b 100644 --- a/gcc/c-pragma.c +++ b/gcc/c-pragma.c @@ -21,6 +21,7 @@ Boston, MA 02111-1307, USA. */ #include <stdio.h> #include "config.h" #include "tree.h" +#include "except.h" #include "function.h" #include "defaults.h" #include "c-pragma.h" |