summaryrefslogtreecommitdiff
path: root/package/pulseaudio/patches/patch-src_pulsecore_core-util_c
diff options
context:
space:
mode:
Diffstat (limited to 'package/pulseaudio/patches/patch-src_pulsecore_core-util_c')
-rw-r--r--package/pulseaudio/patches/patch-src_pulsecore_core-util_c13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/pulseaudio/patches/patch-src_pulsecore_core-util_c b/package/pulseaudio/patches/patch-src_pulsecore_core-util_c
new file mode 100644
index 000000000..a270fca9f
--- /dev/null
+++ b/package/pulseaudio/patches/patch-src_pulsecore_core-util_c
@@ -0,0 +1,13 @@
+--- pulseaudio-7.1.orig/src/pulsecore/core-util.c 2015-10-30 13:14:56.000000000 +0100
++++ pulseaudio-7.1/src/pulsecore/core-util.c 2015-11-01 18:52:47.000000000 +0100
+@@ -54,7 +54,9 @@
+
+ #ifdef HAVE_STRTOD_L
+ #include <locale.h>
+-#include <xlocale.h>
++# ifdef HAVE_XLOCALE_H
++# include <xlocale.h>
++# endif
+ #endif
+
+ #ifdef HAVE_SCHED_H