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
1 changed files with 1 additions and 0 deletions

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>