mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
Don't include byteswap.h on FreeBSD.
This commit is contained in:
parent
999fa525f5
commit
47f7caac06
1 changed files with 2 additions and 0 deletions
|
|
@ -23,7 +23,9 @@
|
|||
#define _GNU_SOURCE
|
||||
|
||||
#include <limits.h>
|
||||
#ifndef __FreeBSD__
|
||||
#include <byteswap.h>
|
||||
#endif
|
||||
#include <sys/shm.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue