summaryrefslogtreecommitdiff
path: root/runtime/native/java_lang_Thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/native/java_lang_Thread.h')
-rw-r--r--runtime/native/java_lang_Thread.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/native/java_lang_Thread.h b/runtime/native/java_lang_Thread.h
index 7700ce29a8..ef880a9904 100644
--- a/runtime/native/java_lang_Thread.h
+++ b/runtime/native/java_lang_Thread.h
@@ -19,7 +19,9 @@
#include <jni.h>
-namespace art {
+#include "base/macros.h"
+
+namespace art HIDDEN {
void register_java_lang_Thread(JNIEnv* env);