Add macOS endian support to felicia read ndef example
This commit is contained in:
parent
295104a893
commit
1f3ed91214
1 changed files with 5 additions and 0 deletions
|
@ -30,9 +30,14 @@
|
||||||
# include <endian.h>
|
# include <endian.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(HAVE_COREFOUNDATION_COREFOUNDATION_H)
|
||||||
|
# include <CoreFoundation/CoreFoundation.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <nfc/nfc.h>
|
#include <nfc/nfc.h>
|
||||||
|
|
||||||
#include <freefare.h>
|
#include <freefare.h>
|
||||||
|
#include "../libfreefare/freefare_internal.h"
|
||||||
|
|
||||||
#define NDEF_BUFFER_SIZE 512
|
#define NDEF_BUFFER_SIZE 512
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue