diff options
Diffstat (limited to 'gcc/java/expr.c')
-rw-r--r-- | gcc/java/expr.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gcc/java/expr.c b/gcc/java/expr.c index b9293e0..6f43b19 100644 --- a/gcc/java/expr.c +++ b/gcc/java/expr.c @@ -1,6 +1,6 @@ /* Process expressions for the GNU compiler for the Java(TM) language. Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2010, 2011 Free Software Foundation, Inc. This file is part of GCC. @@ -27,6 +27,12 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "config.h" #include "system.h" #include "coretypes.h" +#include "tm.h" /* For INT_TYPE_SIZE, + TARGET_VTABLE_USES_DESCRIPTORS, + BITS_PER_UNIT, + MODIFY_JNI_METHOD_CALL and + PARM_BOUNDARY. */ + #include "tree.h" #include "flags.h" #include "java-tree.h" |