diff options
Diffstat (limited to 'gcc/java/decl.c')
-rw-r--r-- | gcc/java/decl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/java/decl.c b/gcc/java/decl.c index a12931f..1d00ee5 100644 --- a/gcc/java/decl.c +++ b/gcc/java/decl.c @@ -27,10 +27,11 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ /* Hacked by Per Bothner <bothner@cygnus.com> February 1996. */ #include "config.h" +#include "system.h" #include "tree.h" #include "java-tree.h" #include "jcf.h" -#include "system.h" +#include "toplev.h" /* The DECL_MAP is a mapping from (index, type) to a decl node. If index < max_locals, it is the index of a local variable. |