A few MacOS X portability fixes

Based on patches contributed by "Tron".

See bug #478.
This commit is contained in:
Lennart Poettering 2009-02-06 00:25:47 +01:00
parent 9f39a44488
commit 04c3c6716b
2 changed files with 11 additions and 3 deletions

View file

@ -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>