Blame SOURCES/netkit-ftp-0.17-remove-nested-include.patch

04a9bc
--- netkit-ftp-0.17/ftp/ftp.c	2012-07-20 07:55:48.545151322 +0200
04a9bc
+++ netkit-ftp-0.17-new/ftp/ftp.c	2012-07-20 08:05:07.941468914 +0200
04a9bc
@@ -74,6 +74,7 @@ char ftp_rcsid[] =
04a9bc
 #include <sys/socket.h>
04a9bc
 #include <sys/time.h>
04a9bc
 #include <sys/file.h>
04a9bc
+#include <sys/poll.h>
04a9bc
 
04a9bc
 #include <netinet/in.h>
04a9bc
 #include <netinet/ip.h>
04a9bc
@@ -820,7 +821,6 @@ sendrequest(const char *cmd, char *local
04a9bc
 	/* It can be later removed.                              */
04a9bc
 	if (old_code_l == 150 && code == 150 && cpend == 1
04a9bc
 	    && sunique == 1 && cin !=  NULL && fileno (cin) >=  0 ) {
04a9bc
-		#include <sys/poll.h>
04a9bc
 		struct pollfd  fds_events_l [2] ;
04a9bc
 		int rc;
04a9bc