aboutsummaryrefslogtreecommitdiff
path: root/lib/asyn-thread.c
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-05-22 00:09:11 +0100
committerSteve Holme <steve_holme@hotmail.com>2014-05-22 00:29:21 +0100
commit691985ceb0d17d2f830c41798d1e78201240a817 (patch)
tree83208753fab90e75d95761e11e7164d6d4269714 /lib/asyn-thread.c
parentdf13f8e8c2199b572f19d295e5c59e7502204b3a (diff)
bits.close: Fixed compilation warning
warning: implicit declaration of function 'connclose'
Diffstat (limited to 'lib/asyn-thread.c')
-rw-r--r--lib/asyn-thread.c1
1 files changed, 1 insertions, 0 deletions
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 <curl/mprintf.h>