mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
a few FreeBSD fixes, from alexis
Signed-off-by: Lennart Poettering <lennart@poettering.net>
This commit is contained in:
parent
f04cfcd4f0
commit
644f39d261
4 changed files with 6 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue