From: bdemsky Date: Fri, 3 Jun 2011 23:40:22 +0000 (+0000) Subject: missing declaration X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=195a415add2d9ec2ce05cafe82cb8e659adf073b;p=IRC.git missing declaration --- 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; };