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

stat.c:127:9: error: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' [-Werror,-Wimplicit-function-declaration]
--- stat.c.orig	2002-10-19 00:04:26.000000000 -0500
+++ stat.c	2021-01-30 23:16:34.000000000 -0600
@@ -40,6 +40,7 @@
 
 #include &lt;stdio.h&gt;
 #include &lt;stdlib.h&gt;
+#include &lt;string.h&gt;
 #include &lt;unistd.h&gt;
 #include &lt;signal.h&gt;
 #include &lt;math.h&gt;
</pre></body></html>