aboutsummaryrefslogtreecommitdiffstats
path: root/main/bluez/fix-endianness.patch
blob: ee0e0d1e3eb8bf1ac1d94b6968fc72aae33de877 (plain)
1
2
3
4
5
6
7
8
9
10
--- bluez-5.47/src/shared/util.h.old	2016-09-26 07:29:00.000000000 -0500
+++ bluez-5.47/src/shared/util.h	2017-12-27 22:49:50.538716424 -0600
@@ -26,6 +26,7 @@
 #include <alloca.h>
 #include <byteswap.h>
 #include <string.h>
+#include <endian.h>
 
 #if __BYTE_ORDER == __LITTLE_ENDIAN
 #define le16_to_cpu(val) (val)