<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- src/platform/posix/posix_udp.c	2024-09-08 06:43:34.000000000 +0800
+++ src/platform/posix/posix_udp.c	2024-10-29 09:20:41.000000000 +0800
@@ -18,6 +18,7 @@
 
 #include &lt;errno.h&gt;
 #include &lt;fcntl.h&gt;
+#include &lt;sys/types.h&gt;
 #include &lt;netinet/in.h&gt;
 #include &lt;string.h&gt;
 #include &lt;sys/socket.h&gt;
</pre></body></html>