bluez: Update to version 5.54

Signed-off-by: Bruno Randolf <br1@einfach.org>
This commit is contained in:
Bruno Randolf
2020-04-16 16:10:37 +01:00
parent c11aaead91
commit cd26214d0e
4 changed files with 23 additions and 19 deletions
+6 -4
View File
@@ -1,10 +1,12 @@
--- a/src/shared/util.h
+++ b/src/shared/util.h
Index: bluez-5.53/src/shared/util.h
===================================================================
--- bluez-5.53.orig/src/shared/util.h
+++ bluez-5.53/src/shared/util.h
@@ -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)
#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))