diff options
Diffstat (limited to 'gcc/java/except.c')
-rw-r--r-- | gcc/java/except.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/java/except.c b/gcc/java/except.c index 46c0f7c..cbfeb0a 100644 --- a/gcc/java/except.c +++ b/gcc/java/except.c @@ -22,8 +22,8 @@ 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 "real.h" #include "rtl.h" @@ -34,6 +34,7 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "except.h" #include "java-except.h" #include "eh-common.h" +#include "toplev.h" extern struct obstack permanent_obstack; |