diff options
Diffstat (limited to 'gcc/java/class.c')
-rw-r--r-- | gcc/java/class.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/java/class.c b/gcc/java/class.c index 9dc49dc..920d50d 100644 --- a/gcc/java/class.c +++ b/gcc/java/class.c @@ -24,13 +24,14 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ /* Written by Per Bothner <bothner@cygnus.com> */ -#include <stdio.h> #include "config.h" +#include "system.h" #include "tree.h" #include "rtl.h" #include "java-tree.h" #include "jcf.h" #include "obstack.h" +#include "toplev.h" static tree mangle_class_field PROTO ((tree class)); |