mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04: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
|
|
@ -6,7 +6,9 @@
|
|||
#include <sys/mman.h>
|
||||
#include <fcntl.h>
|
||||
#include <string.h>
|
||||
#ifndef __FreeBSD__
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <assert.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue