From 1f43f4b493d7d206b1a3f15d18b0a056dee5907e Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Mon, 14 Sep 1998 09:42:24 +0000 Subject: Makefile.in: Add many missing dependencies. * Makefile.in: Add many missing dependencies. * buffer.c, class.c, constants.c, decl.c: Use system.h and toplev.h as appropriate. * except.c, expr.c, jcf-io.c jcf-parse.c, jcf-write.c: Likewise. * jvgenmain.c lang.c mangle.c typeck.c verify.c: Likewise. From-SVN: r22410 --- gcc/java/expr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gcc/java/expr.c') diff --git a/gcc/java/expr.c b/gcc/java/expr.c index 2c204da..3b8538c 100644 --- a/gcc/java/expr.c +++ b/gcc/java/expr.c @@ -24,8 +24,8 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ /* Hacked by Per Bothner February 1996. */ -#include #include "config.h" +#include "system.h" #include "tree.h" #include "real.h" #include "rtl.h" @@ -36,6 +36,7 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "jcf.h" #include "java-except.h" #include "parse.h" +#include "toplev.h" static tree operand_type[59]; extern struct obstack permanent_obstack; -- cgit v1.1