0
0
mirror of https://github.com/openwrt/packages.git synced 2025-02-07 08:09:51 +00:00
packages/utils/bluez/patches/202-fix-endianness.patch
krant 65955c3b1e bluez: update to 5.72
- Use HTTPS for URL
- Don't set default configure option
- Refresh the patches

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-22 10:49:41 -08:00

11 lines
242 B
Diff

--- a/src/shared/util.h
+++ b/src/shared/util.h
@@ -18,6 +18,7 @@
#include <string.h>
#include <sys/types.h>
#include <sys/uio.h>
+#include <endian.h>
#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
#define BIT(n) (1 << (n))