and fix warnings due to lack of protos

This commit is contained in:
Daniel Stenberg 2007-02-19 11:55:49 +00:00
Родитель 17e8d60c01
Коммит d2bdad5945
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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