diff options
Diffstat (limited to 'gcc/java/xref.c')
-rw-r--r-- | gcc/java/xref.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/java/xref.c b/gcc/java/xref.c index 1276806..906dfed 100644 --- a/gcc/java/xref.c +++ b/gcc/java/xref.c @@ -26,9 +26,13 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include <stdio.h> #include "config.h" +#include "system.h" #include "tree.h" #include "java-tree.h" #include "xref.h" +#include "jcf.h" +#include "parse.h" +#include "obstack.h" static xref_flag_table xref_table [] = { |