diff --git a/src/osgPlugins/osc/osc/OscHostEndianness.h b/src/osgPlugins/osc/osc/OscHostEndianness.h index 25bbfb644..569e025d3 100644 --- a/src/osgPlugins/osc/osc/OscHostEndianness.h +++ b/src/osgPlugins/osc/osc/OscHostEndianness.h @@ -51,7 +51,7 @@ #else - #if defined(__GLIBC__) + #if defined(__GLIBC__) || defined(__ANDROID__) #include #if (__BYTE_ORDER == __LITTLE_ENDIAN) #define __LITTLE_ENDIAN__