summaryrefslogtreecommitdiffstats
path: root/modules/nfc-nci/nfc_nci_example.c
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-30 21:28:00 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-01-30 21:28:00 +0000
commit535cd57708b4b9a65ba76837911b798ae805bc3d (patch)
treeb7d4e207b12366ba4e07c5e86f70a9d7fb13a20d /modules/nfc-nci/nfc_nci_example.c
parentebdf1286e7d68da84f7d23287dcae17a2dbca7e3 (diff)
parent06b402dd10f6d6d0e2ee0127e9254d0bd7f480fe (diff)
downloadhardware_libhardware-535cd57708b4b9a65ba76837911b798ae805bc3d.zip
hardware_libhardware-535cd57708b4b9a65ba76837911b798ae805bc3d.tar.gz
hardware_libhardware-535cd57708b4b9a65ba76837911b798ae805bc3d.tar.bz2
am 06b402dd: am ac41815a: Merge "Add missing includes."
* commit '06b402dd10f6d6d0e2ee0127e9254d0bd7f480fe': Add missing includes.
Diffstat (limited to 'modules/nfc-nci/nfc_nci_example.c')
-rw-r--r--modules/nfc-nci/nfc_nci_example.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/nfc-nci/nfc_nci_example.c b/modules/nfc-nci/nfc_nci_example.c
index 2514225..758c2b7 100644
--- a/modules/nfc-nci/nfc_nci_example.c
+++ b/modules/nfc-nci/nfc_nci_example.c
@@ -14,6 +14,7 @@
* limitations under the License.
*/
#include <errno.h>
+#include <malloc.h>
#include <string.h>
#include <cutils/log.h>