<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Index: netqmail-1.06/qmail-pw2u.c
===================================================================
--- netqmail-1.06.orig/qmail-pw2u.c
+++ netqmail-1.06/qmail-pw2u.c
@@ -1,3 +1,4 @@
+#include &lt;unistd.h&gt;
 #include &lt;sys/types.h&gt;
 #include &lt;sys/stat.h&gt;
 #include "substdio.h"
Index: netqmail-1.06/qmail-qmtpd.c
===================================================================
--- netqmail-1.06.orig/qmail-qmtpd.c
+++ netqmail-1.06/qmail-qmtpd.c
@@ -1,3 +1,4 @@
+#include &lt;unistd.h&gt;
 #include "stralloc.h"
 #include "substdio.h"
 #include "qmail.h"
</pre></body></html>