summaryrefslogtreecommitdiffstats
path: root/nci/jni/NativeNfcTag.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'nci/jni/NativeNfcTag.cpp')
-rwxr-xr-xnci/jni/NativeNfcTag.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/nci/jni/NativeNfcTag.cpp b/nci/jni/NativeNfcTag.cpp
index 39ce2b1..a4d2ec7 100755
--- a/nci/jni/NativeNfcTag.cpp
+++ b/nci/jni/NativeNfcTag.cpp
@@ -25,6 +25,7 @@
#include "config.h"
#include "Mutex.h"
#include "IntervalTimer.h"
+#include "JavaClassConstants.h"
extern "C"
{
@@ -36,7 +37,6 @@ extern "C"
namespace android
{
extern nfc_jni_native_data* getNative(JNIEnv *e, jobject o);
- extern char* gNativeNfcTagClassName;
extern bool nfcManager_isNfcActive();
extern int gGeneralTransceiveTimeout;
}