Don't include byteswap.h on FreeBSD.

This commit is contained in:
Gleb Popov 2019-11-10 17:45:13 +04:00 committed by Wim Taymans
parent 999fa525f5
commit 47f7caac06

View file

@ -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>