<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- a/src/config.cpp
+++ b/src/config.cpp
@@ -27,8 +27,9 @@
 
 *************************************************************************/
 
-#include &lt;stdio.h&gt;
-#include &lt;stdlib.h&gt;
+#include &lt;cstring&gt;
+#include &lt;cstdio&gt;
+#include &lt;cstdlib&gt;
 #include "config.h"
 #include "init.h"
 
</pre></body></html>