mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
bluez: Update to version 5.54
Signed-off-by: Bruno Randolf <br1@einfach.org>
This commit is contained in:
@@ -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]))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user