summaryrefslogtreecommitdiff
path: root/ftp/IglooFTP/files/patch-aa
blob: 662e5bc3babefd795a1c07f27b4ee2de857fb2fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- FTP.c	Thu Apr 15 20:05:13 1999
+++ /home/andy/tmp/wrk/src/FTP.c	Mon May  3 12:59:56 1999
@@ -15,12 +15,12 @@
  */
 
 
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <netdb.h>
 #include <arpa/inet.h>
 #include <arpa/telnet.h>
-#include <sys/types.h>
 #include <sys/time.h>
 #include <resolv.h>