diff options
author | Keith Seitz <keiths@redhat.com> | 2006-08-31 21:55:50 +0000 |
---|---|---|
committer | Keith Seitz <keiths@redhat.com> | 2006-08-31 21:55:50 +0000 |
commit | f88c5124be75db69ab3a9b93fea06fe64aa0c2b3 (patch) | |
tree | 0f9c392c3b7e7d97f56460ec99fe366c18d63d4c | |
parent | 9c92019b727abd6930689bae675fecd3e73c5f1e (diff) | |
download | classpath-f88c5124be75db69ab3a9b93fea06fe64aa0c2b3.tar.gz |
* include/jvmti.h: Include jvmti_md.h.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | include/jvmti.h | 2 |
2 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2006-08-31 Keith Seitz <keiths@redhat.com> + * include/jvmti.h: Include jvmti_md.h. + +2006-08-31 Keith Seitz <keiths@redhat.com> + From Martin Platter <motse@complang.tuwien.ac.at>: * Makefile.am (include_HEADERS): Include jvmti.h. * include/jvmti.h (jvmtiEnv) [!__cplusplus]: Add missing '*'. diff --git a/include/jvmti.h b/include/jvmti.h index d2937c8b9..b26f7932e 100644 --- a/include/jvmti.h +++ b/include/jvmti.h @@ -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 |