summaryrefslogtreecommitdiff
path: root/gcc/java/lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/lex.h')
-rw-r--r--gcc/java/lex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/java/lex.h b/gcc/java/lex.h
index 155e1c30e24..fdee404c0a9 100644
--- a/gcc/java/lex.h
+++ b/gcc/java/lex.h
@@ -26,6 +26,8 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#ifndef JV_LEX_H
#define JV_LEX_H
+#include <setjmp.h> /* set_float_handler argument uses it */
+
/* Extern global variables declarations */
extern FILE *finput;
extern int lineno;