From cc8e8db1e5f35f8ca0a3e5e27995278334a1e27f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 10 May 2005 22:46:24 +0000 Subject: include protos to fix warnings --- lib/transfer.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/transfer.c') diff --git a/lib/transfer.c b/lib/transfer.c index 5ba478a8e..960339e80 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -101,6 +101,8 @@ #include "share.h" #include "memory.h" #include "select.h" +#include "strerror.h" +#include "connect.h" /* for the Curl_ourerrno() proto */ #define _MPRINTF_REPLACE /* use our functions only */ #include -- cgit v1.2.3