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 a0f4366..31a3132 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 bbeeb6e..ae48448 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>