<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- src/dotd.c.orig	2009-09-16 20:45:11.000000000 -0400
+++ src/dotd.c	2009-09-01 08:59:58.000000000 -0400
@@ -18,6 +18,8 @@
  * USA.
  */
 
+#include &lt;config.h&gt;
+
 #include &lt;stdio.h&gt;
 #include &lt;string.h&gt;
 #include &lt;stdlib.h&gt;
--- src/emaillog.c.orig	2009-09-16 20:45:30.000000000 -0400
+++ src/emaillog.c	2009-09-01 08:59:58.000000000 -0400
@@ -18,6 +18,8 @@
  * USA.
  */
 
+#include &lt;config.h&gt;
+
 #include &lt;sys/types.h&gt;
 #include &lt;sys/stat.h&gt;
 #include &lt;errno.h&gt;
@@ -120,7 +122,7 @@
   asprintf(&amp;will_send_message_to, will_send_message_format, whom_to_blame);
   asprintf(&amp;cant_send_message_to, cant_send_message_format, whom_to_blame);
 
-  rs_log_warning(will_send_message_to);
+  rs_log_warning("%s", will_send_message_to);
   free(will_send_message_to);
 
   if (email_fileno &lt; 0) {
</pre></body></html>