diff options
-rw-r--r-- | gcc/java/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/java/jcf-parse.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index ebd3f17..641c703 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,5 +1,9 @@ 2015-06-05 Aldy Hernandez <aldyh@redhat.com> + * jcf-parse.c: Include toplev.h. + +2015-06-05 Aldy Hernandez <aldyh@redhat.com> + * class.c: Remove pending_static_fields. (add_field): Remove use of pending_static_fields. (java_write_globals): Remove. diff --git a/gcc/java/jcf-parse.c b/gcc/java/jcf-parse.c index ba216a1..721696b 100644 --- a/gcc/java/jcf-parse.c +++ b/gcc/java/jcf-parse.c @@ -55,6 +55,7 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "cgraph.h" #include "bitmap.h" #include "target.h" +#include "toplev.h" #ifdef HAVE_LOCALE_H #include <locale.h> |