From 0a30e03aaf2102532db9f37384fd26caae0564f9 Mon Sep 17 00:00:00 2001 From: merlokk <807634+merlokk@users.noreply.github.com> Date: Tue, 5 Mar 2019 00:13:01 +0200 Subject: [PATCH] add header --- client/mifare/ndef.h | 1 + 1 file changed, 1 insertion(+) diff --git a/client/mifare/ndef.h b/client/mifare/ndef.h index 6e79887ee..0aa4cca27 100644 --- a/client/mifare/ndef.h +++ b/client/mifare/ndef.h @@ -13,6 +13,7 @@ #include #include +#include extern int NDEFDecodeAndPrint(uint8_t *ndef, size_t ndefLen, bool verbose);