From 873665024ebfaa761ee49b508a79db7178aeb778 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 4 Jun 2022 15:08:04 +0100 Subject: added gnupg --- repo/bluez/musl.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 repo/bluez/musl.patch (limited to 'repo/bluez/musl.patch') diff --git a/repo/bluez/musl.patch b/repo/bluez/musl.patch new file mode 100644 index 0000000..cd8f085 --- /dev/null +++ b/repo/bluez/musl.patch @@ -0,0 +1,13 @@ +diff --git a/mesh/net.h b/mesh/net.h +index 150240f..a3dec2b 100644 +--- a/mesh/net.h ++++ b/mesh/net.h +@@ -21,6 +21,8 @@ + #define __packed __attribute__((packed)) + #endif + ++#include /* for timeval */ ++ + struct mesh_io; + struct mesh_node; + -- cgit v1.2.1