summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/core-util.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-02-06 00:25:47 +0100
committerLennart Poettering <lennart@poettering.net>2009-02-06 00:25:47 +0100
commit04c3c6716b20ca8362ceea3d2e7fa23954f9a441 (patch)
treed30ab16343f377e5b0b10f1205e82b4efd887a36 /src/pulsecore/core-util.c
parent9f39a44488644e8d54e9c8a4096abf2d39040c1f (diff)
A few MacOS X portability fixes
Based on patches contributed by "Tron". See bug #478.
Diffstat (limited to 'src/pulsecore/core-util.c')
-rw-r--r--src/pulsecore/core-util.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pulsecore/core-util.c b/src/pulsecore/core-util.c
index b7ebdeb7..ad6c6ca9 100644
--- a/src/pulsecore/core-util.c
+++ b/src/pulsecore/core-util.c
@@ -88,6 +88,10 @@
#include <samplerate.h>
#endif
+#ifdef __APPLE__
+#include <xlocale.h>
+#endif
+
#include <pulse/xmalloc.h>
#include <pulse/util.h>
#include <pulse/utf8.h>