From 691985ceb0d17d2f830c41798d1e78201240a817 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Thu, 22 May 2014 00:09:11 +0100 Subject: bits.close: Fixed compilation warning warning: implicit declaration of function 'connclose' --- lib/asyn-thread.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/asyn-thread.c') 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 -- cgit v1.2.3