mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
Add support for MidnightBSD
Fix build issue Fix build issue
This commit is contained in:
parent
4922aed6c6
commit
6a15a02ec2
20 changed files with 35 additions and 35 deletions
|
|
@ -25,7 +25,7 @@
|
|||
#define __USE_GNU
|
||||
|
||||
#include <limits.h>
|
||||
#ifndef __FreeBSD__
|
||||
#if !defined(__FreeBSD__) && !defined(__MidnightBSD__)
|
||||
#include <byteswap.h>
|
||||
#endif
|
||||
#include <sys/shm.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue