mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-01 05:52:30 +01:00
14 lines
251 B
Diff
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;
|
|
|