OSDN Git Service

2006-08-04 Mark Wielaard <mark@klomp.org>
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 5 Aug 2006 03:17:07 +0000 (03:17 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 5 Aug 2006 03:17:07 +0000 (03:17 +0000)
* jvmti.cc: Include gcj/method.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115943 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/ChangeLog
libjava/jvmti.cc

index 8cc483d..289c5a7 100644 (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.
index 1b57336..c30f6f9 100644 (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>