Hi,

This simple patch simply includes another header file to actually give the VM a chance to define all those nice macros that are in jvmti.h!

Keith

ChangeLog
2006-08-31  Keith Seitz  <[EMAIL PROTECTED]>

        * include/jvmti.h: Include jvmti_md.h.
Index: include/jvmti.h
===================================================================
RCS file: /sources/classpath/classpath/include/jvmti.h,v
retrieving revision 1.3
diff -u -p -r1.3 jvmti.h
--- include/jvmti.h	31 Aug 2006 21:15:24 -0000	1.3
+++ include/jvmti.h	31 Aug 2006 21:54:12 -0000
@@ -45,6 +45,8 @@ exception statement from your version. *
 #define _CLASSPATH_JVMTI_H
 #include <jni.h>
 
+#include "jvmti_md.h"
+
 /* The VM might define JVMTI base types */
 #ifndef _CLASSPATH_VM_JVMTI_TYPES_DEFINED
 

Reply via email to