aboutsummaryrefslogtreecommitdiffstats
path: root/main/bluez/musl.patch
blob: cd8f08568f44f3bbd8b5ac949d99ed0bcbe30b09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 <sys/time.h> /* for timeval */
+
 struct mesh_io;
 struct mesh_node;