* except.c: Include tm.h.

From-SVN: r160039
This commit is contained in:
Steven Bosscher 2010-05-29 23:42:19 +00:00
parent 482959e5f9
commit 72b0a7bbad
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2010-05-30 Steven Bosscher <steven@gcc.gnu.org>
* except.c: Include tm.h.
2010-05-28 Joseph Myers <joseph@codesourcery.com>
* jvspec.c (lang_specific_driver): Use fatal_error instead of

View File

@ -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"