From: Steve Holme Date: Wed, 21 May 2014 23:09:11 +0000 (+0100) Subject: bits.close: Fixed compilation warning X-Git-Tag: curl-7_37_1~170 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=691985ceb0d17d2f830c41798d1e78201240a817;p=curl bits.close: Fixed compilation warning warning: implicit declaration of function 'connclose' --- diff --git a/lib/asyn-thread.c b/lib/asyn-thread.c index a0f436614..31a313281 100644 --- a/lib/asyn-thread.c +++ b/lib/asyn-thread.c @@ -68,6 +68,7 @@ #include "inet_pton.h" #include "inet_ntop.h" #include "curl_threads.h" +#include "connect.h" #define _MPRINTF_REPLACE /* use our functions only */ #include diff --git a/lib/ldap.c b/lib/ldap.c index bbeeb6ee9..ae4844880 100644 --- a/lib/ldap.c +++ b/lib/ldap.c @@ -66,6 +66,7 @@ #include "curl_memory.h" #include "curl_base64.h" #include "rawstr.h" +#include "connect.h" #define _MPRINTF_REPLACE /* use our functions only */ #include