From 195a415add2d9ec2ce05cafe82cb8e659adf073b Mon Sep 17 00:00:00 2001 From: bdemsky Date: Fri, 3 Jun 2011 23:40:22 +0000 Subject: [PATCH] missing declaration --- Robust/src/Runtime/jni/jni-private.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Robust/src/Runtime/jni/jni-private.h b/Robust/src/Runtime/jni/jni-private.h index 3319a9ee..877b7bc3 100644 --- a/Robust/src/Runtime/jni/jni-private.h +++ b/Robust/src/Runtime/jni/jni-private.h @@ -2,6 +2,8 @@ #define JNI_PRIVATE_H #include "jni.h" +extern struct JNINativeInterface_ JNI_vtable; + struct _jmethodID { char *methodname; }; -- 2.34.1