diff options
Diffstat (limited to 'gcc/java/jcf-write.c')
-rw-r--r-- | gcc/java/jcf-write.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/jcf-write.c b/gcc/java/jcf-write.c index 931c9d5..b5bbdff 100644 --- a/gcc/java/jcf-write.c +++ b/gcc/java/jcf-write.c @@ -22,10 +22,10 @@ of Sun Microsystems, Inc. in the United States and other countries. The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "config.h" +#include "system.h" #include "tree.h" #include "java-tree.h" #include "jcf.h" -#include <stdio.h> #include "obstack.h" #undef AND #include "rtl.h" |