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:
parent
df13f8e8c2
commit
691985ceb0
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user