1 2 3 4 5 6 7 8 9 10 11 12
--- src/index.h.orig 2016-11-18 13:31:01 UTC +++ src/index.h @@ -22,7 +22,9 @@ #define _DVBCUT_INDEX_H #include <stdint.h> +#ifndef __FreeBSD__ #include <byteswap.h> +#endif #include <set> #include <vector> #include "types.h"