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 /include | |
parent | 9c92019b727abd6930689bae675fecd3e73c5f1e (diff) | |
download | classpath-f88c5124be75db69ab3a9b93fea06fe64aa0c2b3.tar.gz |
* include/jvmti.h: Include jvmti_md.h.
Diffstat (limited to 'include')
-rw-r--r-- | include/jvmti.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |