diff options
author | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2011-12-08 14:15:06 +0530 |
---|---|---|
committer | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2011-12-13 09:03:58 +0530 |
commit | 30d6303abff107ea0661af8cf2ae4e0abad8d73e (patch) | |
tree | 4e21a5400a8a902c22e980fc88abb4938d30f223 /src/pulsecore/proplist-util.c | |
parent | 8942d2369d25b9336661eeaf25ebabc070db57e8 (diff) | |
download | pulseaudio-30d6303abff107ea0661af8cf2ae4e0abad8d73e.tar.gz |
build-sys: Fix building without NLS
Diffstat (limited to 'src/pulsecore/proplist-util.c')
-rw-r--r-- | src/pulsecore/proplist-util.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pulsecore/proplist-util.c b/src/pulsecore/proplist-util.c index bec857a4b..f4474310b 100644 --- a/src/pulsecore/proplist-util.c +++ b/src/pulsecore/proplist-util.c @@ -25,7 +25,10 @@ #include <string.h> #include <locale.h> + +#ifdef ENABLE_NLS #include <libintl.h> +#endif #ifdef __APPLE__ #include <crt_externs.h> |