summaryrefslogtreecommitdiffstats
path: root/nxp/jni/com_android_nfc_NativeNfcTag.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'nxp/jni/com_android_nfc_NativeNfcTag.cpp')
-rw-r--r--nxp/jni/com_android_nfc_NativeNfcTag.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/nxp/jni/com_android_nfc_NativeNfcTag.cpp b/nxp/jni/com_android_nfc_NativeNfcTag.cpp
index 3fb98fce..09af46f6 100644
--- a/nxp/jni/com_android_nfc_NativeNfcTag.cpp
+++ b/nxp/jni/com_android_nfc_NativeNfcTag.cpp
@@ -14,8 +14,9 @@
* limitations under the License.
*/
-#include <semaphore.h>
#include <errno.h>
+#include <malloc.h>
+#include <semaphore.h>
#include <ScopedLocalRef.h>
#include <ScopedPrimitiveArray.h>