]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* except.c: Include tm.h.
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 29 May 2010 23:42:19 +0000 (23:42 +0000)
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 29 May 2010 23:42:19 +0000 (23:42 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160039 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/java/ChangeLog
gcc/java/except.c

index 7af94276e50bc7e608f2b14a33cbc6df167f7225..f001cfb50e787fc7890e5ebfe33b699a97150cca 100644 (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
index 380890ef360f9eeca90779ac248835e91aba9cae..03bf4e6853b275312b3e653ccf179ca76332546d 100644 (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"