Commit 72b0a7bb by Steven Bosscher

* except.c: Include tm.h.

From-SVN: r160039
parent 482959e5
2010-05-30 Steven Bosscher <steven@gcc.gnu.org>
* except.c: Include tm.h.
2010-05-28 Joseph Myers <joseph@codesourcery.com> 2010-05-28 Joseph Myers <joseph@codesourcery.com>
* jvspec.c (lang_specific_driver): Use fatal_error instead of * jvspec.c (lang_specific_driver): Use fatal_error instead of
......
...@@ -25,6 +25,7 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ ...@@ -25,6 +25,7 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#include "config.h" #include "config.h"
#include "system.h" #include "system.h"
#include "coretypes.h" #include "coretypes.h"
#include "tm.h"
#include "tree.h" #include "tree.h"
#include "java-tree.h" #include "java-tree.h"
#include "javaop.h" #include "javaop.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment