<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- a/main.c
+++ b/main.c
@@ -18,6 +18,7 @@
 #include &lt;unistd.h&gt;
 #if defined(__linux__) || defined(__CYGWIN__)
 #include &lt;pty.h&gt;
+#include &lt;utmp.h&gt;
 #elif defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__)
 #include &lt;util.h&gt;
 #else
</pre></body></html>