<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Fix missing #include.

--- sunclock-3.56/readpng.c	2005-10-23 20:36:29.000000000 +0100
+++ sunclock-3.56/readpng.c	2025-07-04 16:23:43.042095501 +0100
@@ -16,6 +16,7 @@
 
 #include &lt;stdio.h&gt;
 #include &lt;stdlib.h&gt;
+#include &lt;string.h&gt;
 #include &lt;png.h&gt;
 
 #include &lt;X11/Xlib.h&gt;
</pre></body></html>