From Jordi Torres, fix for Android build

This commit is contained in:
Robert Osfield 2013-02-12 15:40:21 +00:00
parent bce2e7d71d
commit 21676c4db0

View File

@ -51,7 +51,7 @@
#else #else
#if defined(__GLIBC__) #if defined(__GLIBC__) || defined(__ANDROID__)
#include <endian.h> #include <endian.h>
#if (__BYTE_ORDER == __LITTLE_ENDIAN) #if (__BYTE_ORDER == __LITTLE_ENDIAN)
#define __LITTLE_ENDIAN__ #define __LITTLE_ENDIAN__