summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/proplist-util.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-10-01 01:31:56 +0200
committerLennart Poettering <lennart@poettering.net>2008-10-01 01:31:56 +0200
commit644f39d261a4389a0ab19650eda7d8472074367b (patch)
tree5ab52494f94be517ced4a6b0da0cdb2686c40e85 /src/pulsecore/proplist-util.c
parentf04cfcd4f0ea1104c552a1712c5b98baf346e2ce (diff)
a few FreeBSD fixes, from alexis
Signed-off-by: Lennart Poettering <lennart@poettering.net>
Diffstat (limited to 'src/pulsecore/proplist-util.c')
-rw-r--r--src/pulsecore/proplist-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/proplist-util.c b/src/pulsecore/proplist-util.c
index 6005775e..4d505f57 100644
--- a/src/pulsecore/proplist-util.c
+++ b/src/pulsecore/proplist-util.c
@@ -37,7 +37,7 @@
void pa_init_proplist(pa_proplist *p) {
int a, b;
-#ifndef HAVE_DECL_ENVIRON
+#if !HAVE_DECL_ENVIRON
extern char **environ;
#endif
char **e;