Fix endian.h inclusion.
This commit is contained in:
parent
9c9d270b7e
commit
ebeaf9ad35
1 changed files with 9 additions and 1 deletions
|
@ -27,10 +27,18 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#if defined(HAVE_SYS_ENDIAN_H)
|
||||
# include <sys/endian.h>
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_ENDIAN_H)
|
||||
# include <endian.h>
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
#include <endian.h>
|
||||
|
||||
#include <freefare.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue