diff options
Diffstat (limited to 'gcc/java/verify.c')
-rw-r--r-- | gcc/java/verify.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/java/verify.c b/gcc/java/verify.c index 82a081f..e0d4e09 100644 --- a/gcc/java/verify.c +++ b/gcc/java/verify.c @@ -23,14 +23,15 @@ Java and all Java-based marks are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries. The Free Software Foundation is independent of Sun Microsystems, Inc. */ -#include <stdio.h> #include "config.h" +#include "system.h" #include "tree.h" #include "java-tree.h" #include "javaop.h" #include "java-opcodes.h" #include "jcf.h" #include "java-except.h" +#include "toplev.h" extern int stack_pointer; |