diff options
Diffstat (limited to 'src/pulsecore/core-util.c')
| -rw-r--r-- | src/pulsecore/core-util.c | 4 | 
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>  | 
