diff options
Diffstat (limited to 'gcc/java/expr.c')
-rw-r--r-- | gcc/java/expr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/java/expr.c b/gcc/java/expr.c index 38fa5d4..8b98fbf 100644 --- a/gcc/java/expr.c +++ b/gcc/java/expr.c @@ -39,6 +39,7 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "parse.h" #include "toplev.h" #include "except.h" +#include "defaults.h" static void flush_quick_stack PROTO ((void)); static void push_value PROTO ((tree)); |