<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- a/src/include/atmd.h
+++ b/src/include/atmd.h
@@ -10,6 +10,7 @@
 
 #include &lt;stdint.h&gt;
 #include &lt;stdio.h&gt;
+#include &lt;string.h&gt;
 #include &lt;sys/types.h&gt;
 #include &lt;sys/time.h&gt;
 
--- a/src/lib/unix.c
+++ b/src/lib/unix.c
@@ -8,6 +8,7 @@
 
 #include &lt;stdlib.h&gt;
 #include &lt;stdio.h&gt;
+#include &lt;string.h&gt;
 #include &lt;unistd.h&gt;
 #include &lt;errno.h&gt;
 #include &lt;sys/types.h&gt;
--- a/src/sigd/kernel.c
+++ b/src/sigd/kernel.c
@@ -8,6 +8,7 @@
 
 #include &lt;stdlib.h&gt;
 #include &lt;stdio.h&gt;
+#include &lt;string.h&gt;
 #include &lt;errno.h&gt;
 #include &lt;assert.h&gt;
 
</pre></body></html>