<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- a/host-src/tool/dc-tool.c
+++ b/host-src/tool/dc-tool.c
@@ -24,6 +24,7 @@
 #include &lt;fcntl.h&gt;
 #include &lt;stdio.h&gt;
 #include &lt;stdlib.h&gt;
+#include &lt;string.h&gt;
 #ifdef _WIN32
 #include &lt;string.h&gt;
 #include &lt;windows.h&gt;
--- a/host-src/tool/syscalls.c
+++ b/host-src/tool/syscalls.c
@@ -24,6 +24,9 @@
 #include &lt;fcntl.h&gt;
 #include &lt;stdio.h&gt;
 #include &lt;stdlib.h&gt;
+#include &lt;string.h&gt;
+#include &lt;arpa/inet.h&gt;
+#include &lt;time.h&gt;
 #include &lt;sys/time.h&gt;
 #include &lt;unistd.h&gt;
 #include &lt;utime.h&gt;
</pre></body></html>