diff options
Diffstat (limited to 'gcc/except.c')
-rw-r--r-- | gcc/except.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/except.c b/gcc/except.c index 12abb103d65..3d6ace9a8e9 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -405,6 +405,10 @@ Boston, MA 02111-1307, USA. */ #include "recog.h" #include "output.h" +#ifdef HAVE_STDLIB_H +#include <stdlib.h> +#endif + /* One to use setjmp/longjmp method of generating code for exception handling. */ |