Add macOS endian support to felicia read ndef example

This commit is contained in:
Eric Betts 2017-03-03 17:33:08 -08:00
parent 295104a893
commit 1f3ed91214

View file

@ -30,9 +30,14 @@
# include <endian.h>
#endif
#if defined(HAVE_COREFOUNDATION_COREFOUNDATION_H)
# include <CoreFoundation/CoreFoundation.h>
#endif
#include <nfc/nfc.h>
#include <freefare.h>
#include "../libfreefare/freefare_internal.h"
#define NDEF_BUFFER_SIZE 512