diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-10-27 23:27:05 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-10-27 23:27:05 +0000 |
commit | 5147341983f283d3c3b7c44c5cba0e606199b148 (patch) | |
tree | 6f03f1b44bdcd2f96651b5255c4c315c59247d21 /gcc/java/class.c | |
parent | b9d267cded99d26ad0d7353dda571fde008d18d6 (diff) | |
download | gcc-5147341983f283d3c3b7c44c5cba0e606199b148.tar.gz |
Merge from mainline rev 141397.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/transactional-memory@141398 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/class.c')
-rw-r--r-- | gcc/java/class.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/java/class.c b/gcc/java/class.c index 13cc54e024d..edd16f0ad61 100644 --- a/gcc/java/class.c +++ b/gcc/java/class.c @@ -38,6 +38,7 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "output.h" #include "parse.h" #include "function.h" +#include "tm_p.h" #include "ggc.h" #include "stdio.h" #include "target.h" |