diff options
Diffstat (limited to 'gcc/java/jcf-parse.c')
-rw-r--r-- | gcc/java/jcf-parse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/java/jcf-parse.c b/gcc/java/jcf-parse.c index 37d27b41b43..10d1c801676 100644 --- a/gcc/java/jcf-parse.c +++ b/gcc/java/jcf-parse.c @@ -34,6 +34,7 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "input.h" #include "javaop.h" #include "java-tree.h" +#include "diagnostic-core.h" #include "toplev.h" #include "parse.h" #include "ggc.h" |