<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">log.c:174:5: error: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration]
--- log.c.orig	2000-06-22 17:55:13.000000000 -0500
+++ log.c	2021-02-14 04:22:11.000000000 -0600
@@ -38,6 +38,7 @@
 #include &lt;syslog.h&gt;
 #include &lt;stdio.h&gt;
 #include &lt;stdarg.h&gt;
+#include &lt;stdlib.h&gt;
 #include &lt;errno.h&gt;
 #include &lt;signal.h&gt;
 #include &lt;sys/types.h&gt;
</pre></body></html>