patch-media_webrtc_trunk_webrtc_system_wrappers_source_spreadsortlib_spreadsort_hpp 526 B

1234567891011121314
  1. --- mozilla-release.orig/media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp 2013-09-11 01:15:18.000000000 +0200
  2. +++ mozilla-release/media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp 2013-10-15 16:05:38.000000000 +0200
  3. @@ -21,6 +21,11 @@ Scott McMurray
  4. #include "constants.hpp"
  5. #include <cstring>
  6. +#include <features.h>
  7. +#if defined(__UCLIBC__)
  8. +#undef getchar
  9. +#endif
  10. +
  11. namespace boost {
  12. namespace detail {
  13. //This only works on unsigned data types