Ticket #478: core-util.c.patch

File core-util.c.patch, 300 bytes (added by Tron, 3 years ago)

Build fix for "src/pulsecore/core-util.c"

  • src/pulsecore/core-util.c

    old new  
    105105#define MSG_NOSIGNAL 0 
    106106#endif 
    107107 
     108#ifdef __APPLE__ 
     109#include <xlocale.h> 
     110#endif 
     111 
    108112#ifdef OS_IS_WIN32 
    109113 
    110114#define PULSE_ROOTENV "PULSE_ROOT"