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

added include "http.h" to prevent a warning

This commit is contained in:
Daniel Stenberg 2003-08-11 14:55:30 +00:00
parent 2617b379be
commit c7be232fee

View File

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