]> granicus.if.org Git - curl/commitdiff
bits.close: Fixed compilation warning
authorSteve Holme <steve_holme@hotmail.com>
Wed, 21 May 2014 23:09:11 +0000 (00:09 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Wed, 21 May 2014 23:29:21 +0000 (00:29 +0100)
warning: implicit declaration of function 'connclose'

lib/asyn-thread.c
lib/ldap.c

index a0f43661442def1b286f1a072bf06d421190ea2e..31a3132819337633d845222d3bb48eadd1cfbcf2 100644 (file)
@@ -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>
index bbeeb6ee9126fb7c58cbc2ed3ebed613f74bf5d4..ae48448804e38ed6969637f42f436a28dd362b04 100644 (file)
@@ -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 <curl/mprintf.h>