aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/lang.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/lang.c')
-rw-r--r--gcc/java/lang.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/java/lang.c b/gcc/java/lang.c
index ddaff0c..7d46f50 100644
--- a/gcc/java/lang.c
+++ b/gcc/java/lang.c
@@ -24,12 +24,13 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
/* Hacked by Per Bothner <bothner@cygnus.com> February 1996. */
-#include <stdio.h>
#include "config.h"
+#include "system.h"
#include "tree.h"
#include "input.h"
#include "java-tree.h"
#include "jcf.h"
+#include "toplev.h"
int compiling_from_source;