mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-18 15:12:02 +01:00
11 lines
317 B
Diff
11 lines
317 B
Diff
--- 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)
|