--- lib/qemu/bswap.h.orig 2017-02-12 23:23:49 UTC +++ lib/qemu/bswap.h @@ -5,6 +5,9 @@ #include +#ifdef __FreeBSD__ +#include +#else #ifdef HAVE_BYTESWAP_H #include #else @@ -57,6 +60,7 @@ static inline uint64_t bswap64(uint64_t { return bswap_64(x); } +#endif static inline void bswap16s(uint16_t *s) {