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:
Mark Wielaard 2006-08-05 03:17:07 +00:00 committed by Tom Tromey
parent cb86b2b6db
commit 76b63f3c5f
2 changed files with 6 additions and 0 deletions

View File

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

View File

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