350fa6154c
Change-Id: I5c9d01fa1be54b81f2aedead5f55ae737fb25d5a
11 lines
367 B
Diff
11 lines
367 B
Diff
--- foo/foo/foo/boost/predef/other/endian.h
|
|
+++ foo/foo/foo/boost/predef/other/endian.h
|
|
@@ -53,7 +53,7 @@
|
|
*/
|
|
#if !BOOST_ENDIAN_BIG_BYTE && !BOOST_ENDIAN_BIG_WORD && \
|
|
!BOOST_ENDIAN_LITTLE_BYTE && !BOOST_ENDIAN_LITTLE_WORD
|
|
-# if BOOST_LIB_C_GNU
|
|
+# if BOOST_LIB_C_GNU || defined(__ANDROID__)
|
|
# include <endian.h>
|
|
# else
|
|
# if BOOST_OS_MACOS
|