aports/main/bluez/musl.patch
Milan P. Stanić c8c28e6ce1 main/bluez: upgrade to 5.52
remove diffs from musl.patch which are added upstream
2019-11-05 08:36:33 +00:00

14 lines
251 B
Diff

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 <sys/time.h> /* for timeval */
+
struct mesh_io;
struct mesh_node;