mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-28 05:00:59 +01:00
zsh-workers/8833
This commit is contained in:
parent
af68bfa48b
commit
d77dd6e61b
1 changed files with 4 additions and 4 deletions
|
|
@ -43,21 +43,21 @@
|
|||
|
||||
/* needed in prototypes for statics */
|
||||
struct hostent;
|
||||
struct in_addr;
|
||||
struct sockaddr_in;
|
||||
struct sockaddr_in6;
|
||||
union zftp_sockaddr;
|
||||
struct zftp_session;
|
||||
typedef struct zftp_session *Zftp_session;
|
||||
|
||||
#include "zftp.mdh"
|
||||
#include "zftp.pro"
|
||||
|
||||
#include <sys/socket.h>
|
||||
#include <netdb.h>
|
||||
#include <netinet/in_systm.h>
|
||||
#include <netinet/in.h>
|
||||
#include <netinet/ip.h>
|
||||
|
||||
#include "zftp.mdh"
|
||||
#include "zftp.pro"
|
||||
|
||||
#include <arpa/inet.h>
|
||||
/* it's a TELNET based protocol, but don't think I like doing this */
|
||||
#include <arpa/telnet.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue