Merge r489 from the libfreefare-desfire branch.
This commit is contained in:
parent
d186bfbaa3
commit
5d62cee7d7
3 changed files with 52 additions and 10 deletions
|
|
@ -47,6 +47,11 @@
|
|||
#if defined(HAVE_ENDIAN_H)
|
||||
# include <endian.h>
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_BYTESWAP_H)
|
||||
# include <byteswap.h>
|
||||
#endif
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue