]> gcc.gnu.org Git - gcc.git/commitdiff
jvmti.cc: Include gcj/method.h.
authorMark Wielaard <mark@klomp.org>
Sat, 5 Aug 2006 03:17:07 +0000 (03:17 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Sat, 5 Aug 2006 03:17:07 +0000 (03:17 +0000)
2006-08-04  Mark Wielaard  <mark@klomp.org>

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

From-SVN: r115943

libjava/ChangeLog
libjava/jvmti.cc

index 8cc483de85f28da644df5ca42cf38c56dddbdf82..289c5a7c6d3e75b0e8c84caf01adb67c54349b43 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 1b57336766a3a747e0f2478fe9d7361c14fc6976..c30f6f9343fe961eec64923d11bc538b753c0e06 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>
This page took 0.086506 seconds and 5 git commands to generate.