summaryrefslogtreecommitdiff
path: root/package/pulseaudio/patches/patch-src_pulsecore_core-util_c
blob: a270fca9fa9a27597176afbb4f163d409fa5273f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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