patch-src_pulsecore_core-util_c 340 B

12345678910111213
  1. --- pulseaudio-7.1.orig/src/pulsecore/core-util.c 2015-10-30 13:14:56.000000000 +0100
  2. +++ pulseaudio-7.1/src/pulsecore/core-util.c 2015-11-01 18:52:47.000000000 +0100
  3. @@ -54,7 +54,9 @@
  4. #ifdef HAVE_STRTOD_L
  5. #include <locale.h>
  6. -#include <xlocale.h>
  7. +# ifdef HAVE_XLOCALE_H
  8. +# include <xlocale.h>
  9. +# endif
  10. #endif
  11. #ifdef HAVE_SCHED_H