Commit c7be232f authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added include "http.h" to prevent a warning

parent 2617b379
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>