]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* jcf-parse.c: Include toplev.h.
authoraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Jun 2015 19:40:40 +0000 (19:40 +0000)
committeraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Jun 2015 19:40:40 +0000 (19:40 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224168 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/java/ChangeLog
gcc/java/jcf-parse.c

index ebd3f178f4a7485610b203a65efc217868f25330..641c703746be42af4aa005a91e4ea7974aacfcb4 100644 (file)
@@ -1,3 +1,7 @@
+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.
index ba216a1672b70fd47c5c4880277b12791eb41868..721696b3cb906e5bbdc182a806c181122614ee4a 100644 (file)
@@ -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>