Commit 76b63f3c by Mark Wielaard Committed by Tom Tromey

jvmti.cc: Include gcj/method.h.

2006-08-04  Mark Wielaard  <mark@klomp.org>

	* jvmti.cc: Include gcj/method.h.

From-SVN: r115943
parent cb86b2b6
2006-08-04 Mark Wielaard <mark@klomp.org>
* jvmti.cc: Include gcj/method.h.
2006-08-04 Tom Tromey <tromey@redhat.com> 2006-08-04 Tom Tromey <tromey@redhat.com>
* jvmti.cc: Added MAYBE_UNUSED to 'env' parameters. * jvmti.cc: Added MAYBE_UNUSED to 'env' parameters.
......
...@@ -16,6 +16,8 @@ details. */ ...@@ -16,6 +16,8 @@ details. */
#include <java-gc.h> #include <java-gc.h>
#include <jvmti.h> #include <jvmti.h>
#include <gcj/method.h>
#include <gnu/classpath/SystemProperties.h> #include <gnu/classpath/SystemProperties.h>
#include <gnu/gcj/runtime/BootClassLoader.h> #include <gnu/gcj/runtime/BootClassLoader.h>
#include <java/lang/Class.h> #include <java/lang/Class.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