<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Bug: https://bugs.gentoo.org/896056
--- a/smtp-api.c
+++ b/smtp-api.c
@@ -22,6 +22,7 @@
 
 #include &lt;config.h&gt;
 
+#define _GNU_SOURCE
 #include &lt;stdarg.h&gt;
 #include &lt;string.h&gt;
 #include &lt;stdlib.h&gt;
--- a/smtp-tls.c
+++ b/smtp-tls.c
@@ -47,6 +47,7 @@
 
 /* This stuff doesn't belong here */
 /* vvvvvvvvvvv */
+#define _GNU_SOURCE
 #include &lt;sys/types.h&gt;
 #include &lt;sys/stat.h&gt;
 #include &lt;unistd.h&gt;
</pre></body></html>