and fix warnings due to lack of protos

This commit is contained in:
Daniel Stenberg 2007-02-19 11:55:49 +00:00
parent 17e8d60c01
commit d2bdad5945
1 changed files with 1 additions and 0 deletions

View File

@ -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