<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- netkit-ftp-0.17/ftp/ftp.c	2012-07-20 07:55:48.545151322 +0200
+++ netkit-ftp-0.17-new/ftp/ftp.c	2012-07-20 08:05:07.941468914 +0200
@@ -74,6 +74,7 @@ char ftp_rcsid[] =
 #include &lt;sys/socket.h&gt;
 #include &lt;sys/time.h&gt;
 #include &lt;sys/file.h&gt;
+#include &lt;sys/poll.h&gt;
 
 #include &lt;netinet/in.h&gt;
 #include &lt;netinet/ip.h&gt;
@@ -820,7 +821,6 @@ sendrequest(const char *cmd, char *local
 	/* It can be later removed.                              */
 	if (old_code_l == 150 &amp;&amp; code == 150 &amp;&amp; cpend == 1
 	    &amp;&amp; sunique == 1 &amp;&amp; cin !=  NULL &amp;&amp; fileno (cin) &gt;=  0 ) {
-		#include &lt;sys/poll.h&gt;
 		struct pollfd  fds_events_l [2] ;
 		int rc;
 
</pre></body></html>