diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-02-19 11:55:49 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-02-19 11:55:49 +0000 |
commit | d2bdad59457e8df0ed9878bb21a78fbf122bbd30 (patch) | |
tree | 276966456350db3527c6a38222fc68bf95750a2f /lib | |
parent | 17e8d60c01f8f020e3738db855584f23fb892a04 (diff) |
and fix warnings due to lack of protos
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ftp.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -75,6 +75,7 @@ #include "transfer.h" #include "escape.h" #include "http.h" /* for HTTP proxy tunnel stuff */ +#include "socks.h" #include "ftp.h" #ifdef HAVE_KRB4 |