add header

This commit is contained in:
merlokk 2019-03-05 00:13:01 +02:00
parent cbe25f4832
commit 0a30e03aaf

View file

@ -13,6 +13,7 @@
#include <stdint.h> #include <stdint.h>
#include <stdbool.h> #include <stdbool.h>
#include <stddef.h>
extern int NDEFDecodeAndPrint(uint8_t *ndef, size_t ndefLen, bool verbose); extern int NDEFDecodeAndPrint(uint8_t *ndef, size_t ndefLen, bool verbose);