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

--- slang-2.2.4/modules/png-module.c	2011-04-11 03:37:07.000000000 +0100
+++ slang-2.2.4/modules/png-module.c	2025-07-04 05:54:08.930984981 +0100
@@ -23,6 +23,7 @@
 #include "config.h"
 
 #include &lt;stdio.h&gt;
+#include &lt;string.h&gt;
 #include &lt;errno.h&gt;
 #include &lt;slang.h&gt;
 
</pre></body></html>