Merge pull request #6246

0640a5e Add an alternate location of endian.h header (Andriy Voskoboinyk)
This commit is contained in:
Wladimir J. van der Laan
2015-06-09 18:24:46 +02:00
2 changed files with 5 additions and 1 deletions

View File

@@ -15,6 +15,8 @@
#if defined(HAVE_ENDIAN_H)
#include <endian.h>
#elif defined(HAVE_SYS_ENDIAN_H)
#include <sys/endian.h>
#endif
#if defined(WORDS_BIGENDIAN)