mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-04 20:00:30 +08:00
jvmti.cc: Include gcj/method.h.
2006-08-04 Mark Wielaard <mark@klomp.org> * jvmti.cc: Include gcj/method.h. From-SVN: r115943
This commit is contained in:
parent
cb86b2b6db
commit
76b63f3c5f
@ -1,3 +1,7 @@
|
||||
2006-08-04 Mark Wielaard <mark@klomp.org>
|
||||
|
||||
* jvmti.cc: Include gcj/method.h.
|
||||
|
||||
2006-08-04 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* jvmti.cc: Added MAYBE_UNUSED to 'env' parameters.
|
||||
|
@ -16,6 +16,8 @@ details. */
|
||||
#include <java-gc.h>
|
||||
#include <jvmti.h>
|
||||
|
||||
#include <gcj/method.h>
|
||||
|
||||
#include <gnu/classpath/SystemProperties.h>
|
||||
#include <gnu/gcj/runtime/BootClassLoader.h>
|
||||
#include <java/lang/Class.h>
|
||||
|
Loading…
Reference in New Issue
Block a user