jcf-parse.c: Include bitmap.h.

* jcf-parse.c: Include bitmap.h.
	* Make-lang.in: Update dependencies.

From-SVN: r159748
This commit is contained in:
Steven Bosscher 2010-05-23 00:05:11 +00:00
parent 5d2d72cb79
commit 62a00d0899
3 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,7 @@
2010-05-21 Steven Bosscher <steven@gcc.gnu.org>
2010-05-23 Steven Bosscher <steven@gcc.gnu.org>
* typeck.c, decl.c, jcf-parse.c, except.c, expr.c:
* jcf-parse.c: Include bitmap.h.
* Make-lang.in: Update dependencies.
2010-05-20 Jakub Jelinek <jakub@redhat.com>

View File

@ -297,7 +297,7 @@ java/jcf-depend.o: java/jcf-depend.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
java/jcf-parse.o: java/jcf-parse.c $(CONFIG_H) $(JAVA_TREE_H) $(FLAGS_H) \
input.h java/java-except.h $(SYSTEM_H) coretypes.h $(TM_H) toplev.h \
java/parse.h $(GGC_H) debug.h $(REAL_H) gt-java-jcf-parse.h $(TM_P_H) \
java/jcf-reader.c java/zipfile.h java/jcf.h
java/jcf-reader.c java/zipfile.h java/jcf.h $(BITMAP_H)
java/jvgenmain.o: java/jvgenmain.c $(CONFIG_H) $(JAVA_TREE_H) $(SYSTEM_H) \
coretypes.h $(TM_H) intl.h
java/lang.o: java/lang.c $(CONFIG_H) $(JAVA_TREE_H) java/jcf.h input.h \

View File

@ -43,6 +43,7 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#include "tm_p.h"
#include "cgraph.h"
#include "vecprim.h"
#include "bitmap.h"
#ifdef HAVE_LOCALE_H
#include <locale.h>