summaryrefslogtreecommitdiff
path: root/gcc/except.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/except.c')
-rw-r--r--gcc/except.c4
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. */