mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
build-sys: Fix building without NLS
This commit is contained in:
parent
8942d2369d
commit
30d6303abf
4 changed files with 9 additions and 3 deletions
|
|
@ -25,7 +25,10 @@
|
|||
|
||||
#include <string.h>
|
||||
#include <locale.h>
|
||||
|
||||
#ifdef ENABLE_NLS
|
||||
#include <libintl.h>
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <crt_externs.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue