mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
When adding MidnightBSD support, I inversed the condition here.
This commit is contained in:
parent
a1fac201e3
commit
4c3f5a7655
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
#include <sys/mman.h>
|
||||
#include <fcntl.h>
|
||||
#include <string.h>
|
||||
#if defined(__FreeBSD__) || defined(__MidnightBSD__)
|
||||
#if !defined(__FreeBSD__) && !defined(__MidnightBSD__)
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
#include <errno.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue