summaryrefslogtreecommitdiff
blob: 3de797050b4387c86400ae2febc7331946748895 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
fix missing prototype warnings

--- a/libftp-5.0.1.modified.by.in/FtpLibrary.h
+++ b/libftp-5.0.1.modified.by.in/FtpLibrary.h
@@ -20,6 +20,7 @@
     extern "C" {
 #endif
 
+#include <ctype.h>
 #include <errno.h>
 #include <stdio.h>
 #include <stdarg.h>
@@ -33,6 +34,7 @@
 #include <sys/time.h>
 #include <sys/socket.h>
 #include <arpa/ftp.h>
+#include <arpa/inet.h>
 #include <arpa/telnet.h>
 #include <netinet/in.h>
 #include <netdb.h>