X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fftpsbr.c;h=671a533dc00ca089a03a50307028ba891e13bb21;hp=d36e0e5088a471f2a94d0159513393182fbbeab3;hb=910f3846bb30636fe25bdc6e06e72d50c6779bd9;hpb=4cb1b8e5faf3f8d7dbd458f1edaeba2c613b09fb diff --git a/uip/ftpsbr.c b/uip/ftpsbr.c index d36e0e5..671a533 100644 --- a/uip/ftpsbr.c +++ b/uip/ftpsbr.c @@ -27,6 +27,7 @@ extern int v_verbose; #include #include #include +#include #if defined(BIND) && !defined(h_addr) # define h_addr h_addr_list[0] @@ -35,8 +36,6 @@ extern int v_verbose; #define inaddr_copy(hp,sin) \ memcpy((char *) &((sin)->sin_addr), (hp)->h_addr, (hp)->h_length) -extern int errno; - #define start_tcp_client(sock,priv) \ socket (AF_INET, SOCK_STREAM, 0)