X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fftpsbr.c;h=671a533dc00ca089a03a50307028ba891e13bb21;hb=8563731b02ce9d750806f6b1769af8b399d964e8;hp=d36e0e5088a471f2a94d0159513393182fbbeab3;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh 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)