--- mozilla-release.orig/media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp 2013-12-05 17:07:50.000000000 +0100 +++ mozilla-release/media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp 2014-01-02 14:53:44.000000000 +0100 @@ -21,6 +21,11 @@ Scott McMurray #include #include "webrtc/system_wrappers/source/spreadsortlib/constants.hpp" +#include +#if defined(__UCLIBC__) +#undef getchar +#endif + namespace boost { namespace detail { //This only works on unsigned data types