aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/lex.h
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2003-05-04 14:05:15 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2003-05-04 14:05:15 +0000
commitd4b56320a17510f1f39e65fb8d0946fbe3ed3950 (patch)
treed57db7064b75ff37077b2deefb3d1cbb955b2237 /gcc/java/lex.h
parent878618337c9adcd2645586bdc6fdea12973ead60 (diff)
downloadgcc-d4b56320a17510f1f39e65fb8d0946fbe3ed3950.zip
gcc-d4b56320a17510f1f39e65fb8d0946fbe3ed3950.tar.gz
gcc-d4b56320a17510f1f39e65fb8d0946fbe3ed3950.tar.bz2
Make-lang.in (java/parse.o, [...]): Depend on input.h.
* Make-lang.in (java/parse.o, java/parse-scan.o): Depend on input.h. * lex.h: #include input.h. * jv-scan.c (input_filename): Remove. From-SVN: r66452
Diffstat (limited to 'gcc/java/lex.h')
-rw-r--r--gcc/java/lex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/java/lex.h b/gcc/java/lex.h
index 850ce68..037d044 100644
--- a/gcc/java/lex.h
+++ b/gcc/java/lex.h
@@ -27,6 +27,8 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#ifndef GCC_JAVA_LEX_H
#define GCC_JAVA_LEX_H
+#include "input.h"
+
/* Extern global variables declarations */
extern FILE *finput;