From: steven Date: Sat, 29 May 2010 23:42:19 +0000 (+0000) Subject: * except.c: Include tm.h. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=605a7eb7c508dbefee3617fbdf8511842c84be83;p=thirdparty%2Fgcc.git * except.c: Include tm.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160039 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 7af94276e50b..f001cfb50e78 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,7 @@ +2010-05-30 Steven Bosscher + + * except.c: Include tm.h. + 2010-05-28 Joseph Myers * jvspec.c (lang_specific_driver): Use fatal_error instead of diff --git a/gcc/java/except.c b/gcc/java/except.c index 380890ef360f..03bf4e6853b2 100644 --- a/gcc/java/except.c +++ b/gcc/java/except.c @@ -25,6 +25,7 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "config.h" #include "system.h" #include "coretypes.h" +#include "tm.h" #include "tree.h" #include "java-tree.h" #include "javaop.h"