mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05:00
added include "http.h" to prevent a warning
This commit is contained in:
parent
2617b379be
commit
c7be232fee
@ -46,6 +46,7 @@
|
|||||||
#include "base64.h"
|
#include "base64.h"
|
||||||
#include "http_ntlm.h"
|
#include "http_ntlm.h"
|
||||||
#include "url.h"
|
#include "url.h"
|
||||||
|
#include "http.h" /* for Curl_http_auth_stage() */
|
||||||
|
|
||||||
#define _MPRINTF_REPLACE /* use our functions only */
|
#define _MPRINTF_REPLACE /* use our functions only */
|
||||||
#include <curl/mprintf.h>
|
#include <curl/mprintf.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user