commit | 07c085565a3b24bb658d05b8aa08fb7420725602 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Jan 29 21:19:10 2015 -0800 |
committer | Elliott Hughes <enh@google.com> | Thu Jan 29 21:19:10 2015 -0800 |
tree | c6f8b21c88bf00719240aa511af69759db385aea | |
parent | f4530d6eed5fa432fe9283355a265a38aea58bc6 [diff] [blame] |
Add missing includes. Change-Id: I91730363386dae6ecb2193ec8f50ba9f8fc0ad60
diff --git a/modules/nfc/nfc_pn544_example.c b/modules/nfc/nfc_pn544_example.c index 54c9c56..71bfd6b 100644 --- a/modules/nfc/nfc_pn544_example.c +++ b/modules/nfc/nfc_pn544_example.c
@@ -14,6 +14,7 @@ * limitations under the License. */ #include <errno.h> +#include <malloc.h> #include <string.h> #include <hardware/hardware.h>