diff options
| author | Nick Pelly <npelly@google.com> | 2010-10-22 06:59:54 -0700 |
|---|---|---|
| committer | Nick Pelly <npelly@google.com> | 2010-10-22 08:48:48 -0700 |
| commit | 1af97f0b78663eae0877644cc5f19bdbd9d033c7 (patch) | |
| tree | 06471177c9e9dc2643b3e2722a4659930ebcefe9 /core/jni | |
| parent | 389a440ad13f7b16e8f7c7f1670bdd55f1e2112a (diff) | |
| download | frameworks_base-1af97f0b78663eae0877644cc5f19bdbd9d033c7.zip frameworks_base-1af97f0b78663eae0877644cc5f19bdbd9d033c7.tar.gz frameworks_base-1af97f0b78663eae0877644cc5f19bdbd9d033c7.tar.bz2 | |
Attempt to fix simulator build.
Change-Id: I7f912ce58292bdd03fa683d2e5c203480d94e945
Signed-off-by: Nick Pelly <npelly@google.com>
Diffstat (limited to 'core/jni')
| -rw-r--r-- | core/jni/android_nfc_NdefMessage.cpp | 2 | ||||
| -rw-r--r-- | core/jni/android_nfc_NdefRecord.cpp | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/core/jni/android_nfc_NdefMessage.cpp b/core/jni/android_nfc_NdefMessage.cpp index 99295f4..eaf989d 100644 --- a/core/jni/android_nfc_NdefMessage.cpp +++ b/core/jni/android_nfc_NdefMessage.cpp @@ -16,6 +16,8 @@ #define LOG_TAG "NdefMessage" +#include <stdlib.h> + #include "jni.h" #include "JNIHelp.h" diff --git a/core/jni/android_nfc_NdefRecord.cpp b/core/jni/android_nfc_NdefRecord.cpp index 9d20d6d..0a3a519 100644 --- a/core/jni/android_nfc_NdefRecord.cpp +++ b/core/jni/android_nfc_NdefRecord.cpp @@ -16,6 +16,8 @@ #define LOG_TAG "NdefRecord" +#include <stdlib.h> + #include "jni.h" #include "JNIHelp.h" |
