1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

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

View File

@ -75,6 +75,7 @@
#include "transfer.h" #include "transfer.h"
#include "escape.h" #include "escape.h"
#include "http.h" /* for HTTP proxy tunnel stuff */ #include "http.h" /* for HTTP proxy tunnel stuff */
#include "socks.h"
#include "ftp.h" #include "ftp.h"
#ifdef HAVE_KRB4 #ifdef HAVE_KRB4