mirror of
https://github.com/curl/curl.git
synced 2026-08-26 20:53:47 +03:00
added include "http.h" to prevent a warning
This commit is contained in:
parent
2617b379be
commit
c7be232fee
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@
|
|||
#include "base64.h"
|
||||
#include "http_ntlm.h"
|
||||
#include "url.h"
|
||||
#include "http.h" /* for Curl_http_auth_stage() */
|
||||
|
||||
#define _MPRINTF_REPLACE /* use our functions only */
|
||||
#include <curl/mprintf.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue