--- mozilla-release.orig/media/mtransport/third_party/nICEr/src/stun/addrs.c 2013-12-05 17:07:48.000000000 +0100 +++ mozilla-release/media/mtransport/third_party/nICEr/src/stun/addrs.c 2014-03-16 18:41:03.000000000 +0100 @@ -45,7 +45,9 @@ static char *RCSSTRING __UNUSED__="$Id: #include #include #ifndef ANDROID +#ifdef __GLIBC__ #include +#endif #include #else #include @@ -53,7 +55,9 @@ static char *RCSSTRING __UNUSED__="$Id: #undef __unused #include #endif +#if defined(__GLIBC__) #include +#endif #ifndef LINUX #if !defined(__OpenBSD__) && !defined(__NetBSD__) #include @@ -61,14 +65,17 @@ static char *RCSSTRING __UNUSED__="$Id: #include #include #include -#else +#elif defined(__GLIBC__) #include #include #include #include -#ifndef ANDROID #include -#endif +#else +#include +#include +#include +#include #endif #include