From: Daniel Stenberg Date: Tue, 10 May 2005 22:46:24 +0000 (+0000) Subject: include protos to fix warnings X-Git-Tag: curl-7_14_0~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc8e8db1e5f35f8ca0a3e5e27995278334a1e27f;p=curl include protos to fix warnings --- 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