Merge r489 from the libfreefare-desfire branch.

This commit is contained in:
Romain Tartiere 2010-07-26 14:12:32 +00:00
parent d186bfbaa3
commit 5d62cee7d7
3 changed files with 52 additions and 10 deletions

View file

@ -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>