1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

bits.close: Fixed compilation warning

warning: implicit declaration of function 'connclose'
This commit is contained in:
Steve Holme 2014-05-22 00:09:11 +01:00
parent df13f8e8c2
commit 691985ceb0
2 changed files with 2 additions and 0 deletions

View 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>

View 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>