mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
Don't include alloca.h on FreeBSD.
This commit is contained in:
parent
e6675ff2a8
commit
b552863ec9
2 changed files with 4 additions and 0 deletions
|
|
@ -28,7 +28,9 @@
|
|||
#include <signal.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#ifndef __FreeBSD__
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
#include <getopt.h>
|
||||
|
||||
#include <spa/utils/result.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue