summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Seitz <keiths@redhat.com>2006-08-31 21:55:50 +0000
committerKeith Seitz <keiths@redhat.com>2006-08-31 21:55:50 +0000
commitf88c5124be75db69ab3a9b93fea06fe64aa0c2b3 (patch)
tree0f9c392c3b7e7d97f56460ec99fe366c18d63d4c
parent9c92019b727abd6930689bae675fecd3e73c5f1e (diff)
downloadclasspath-f88c5124be75db69ab3a9b93fea06fe64aa0c2b3.tar.gz
* include/jvmti.h: Include jvmti_md.h.
-rw-r--r--ChangeLog4
-rw-r--r--include/jvmti.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f1eb7dba..790a712bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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