aboutsummaryrefslogtreecommitdiffstats
path: root/src/android.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/android.h')
-rw-r--r--src/android.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/android.h b/src/android.h
index 8440fb9bc75..945bd649c18 100644
--- a/src/android.h
+++ b/src/android.h
@@ -284,6 +284,7 @@ struct android_emacs_service
284 jmethodID delete_document; 284 jmethodID delete_document;
285 jmethodID rename_document; 285 jmethodID rename_document;
286 jmethodID move_document; 286 jmethodID move_document;
287 jmethodID valid_authority;
287}; 288};
288 289
289extern JNIEnv *android_java_env; 290extern JNIEnv *android_java_env;