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