fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / boost / boost.endian.patch
blob0982090f27f942f5e5984d30d40f5418796cd71d
1 --- foo/foo/foo/boost/predef/other/endian.h
2 +++ foo/foo/foo/boost/predef/other/endian.h
3 @@ -53,7 +53,7 @@
4 */
5 #if !BOOST_ENDIAN_BIG_BYTE && !BOOST_ENDIAN_BIG_WORD && \
6 !BOOST_ENDIAN_LITTLE_BYTE && !BOOST_ENDIAN_LITTLE_WORD
7 -# if BOOST_LIB_C_GNU
8 +# if BOOST_LIB_C_GNU || defined(__ANDROID__)
9 # include <endian.h>
10 # else
11 # if BOOST_OS_MACOS