From 47d201f03d8577572e15a4a121b06ad089496133 Mon Sep 17 00:00:00 2001 From: Aldy Hernandez Date: Fri, 5 Jun 2015 19:40:40 +0000 Subject: * jcf-parse.c: Include toplev.h. From-SVN: r224168 --- gcc/java/jcf-parse.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/java/jcf-parse.c') 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 -- cgit v1.1