aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/ftpq/files/patch-ftpq.h
blob: ade36b47109a1a2b73511dc6b553575183ac6314 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- ftpq.h.orig	Sun Mar  4 16:00:00 2001
+++ ftpq.h	Wed Mar 21 15:36:15 2001
@@ -22,6 +22,7 @@
 #include <ctype.h>
 #include <dirent.h>
 #include <errno.h>
+#include <sys/types.h>
 #include <netdb.h>
 #include <netinet/in.h>
 #include <pwd.h>
@@ -30,7 +31,6 @@
 #include <string.h>
 #include <sys/socket.h>
 #include <sys/stat.h>
-#include <sys/types.h>
 #include <unistd.h>
 
 /* useful defined constants */