mirror of
https://github.com/curl/curl.git
synced 2026-05-30 07:37:33 +03:00
bits.close: Fixed compilation warning
warning: implicit declaration of function 'connclose'
This commit is contained in:
parent
df13f8e8c2
commit
691985ceb0
2 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue