<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From https://git.alpinelinux.org/aports/tree/community/procps-compat/musl-fixes.patch?id=781a465d3d41af56a6e4bf9d52b7273c87899e25

--- a/w.c
+++ b/w.c
@@ -55,11 +55,7 @@
 #include &lt;termios.h&gt;
 #include &lt;time.h&gt;
 #include &lt;unistd.h&gt;
-#ifdef HAVE_UTMPX_H
-#	include &lt;utmpx.h&gt;
-#else
-#	include &lt;utmp.h&gt;
-#endif
+#include &lt;utmp.h&gt;
 #include &lt;arpa/inet.h&gt;
 
 static int ignoreuser = 0;	/* for '-u' */
--- a/proc/escape.c
+++ b/proc/escape.c
@@ -21,6 +21,7 @@
 #include &lt;sys/types.h&gt;
 #include &lt;string.h&gt;
 #include &lt;limits.h&gt;
+#include &lt;langinfo.h&gt;
 #include "procps.h"
 #include "escape.h"
 #include "readproc.h"
</pre></body></html>