blob: 88045b213b7c3dee4719aeb26d4001e41e7bd8c9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- src/pcm.cc.orig 2007-03-15 18:22:14 UTC
+++ src/pcm.cc
@@ -11,6 +11,9 @@
# include <machine/byte_swap.h>
#elif __FreeBSD__
# include <sys/endian.h>
+# define __BYTE_ORDER _BYTE_ORDER
+# define __LITTLE_ENDIAN _LITTLE_ENDIAN
+# define __BIG_ENDIAN _BIG_ENDIAN
#else
# include <byteswap.h>
#endif
|