diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-08-11 14:55:30 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-08-11 14:55:30 +0000 |
commit | c7be232fee37f37842b9cca55f12c3423522c518 (patch) | |
tree | f76b7bb012463a86a52090e99aead93b45de77d3 | |
parent | 2617b379be4abbc34563ab4f262b131cf68e0e36 (diff) |
added include "http.h" to prevent a warning
-rw-r--r-- | lib/http_ntlm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/http_ntlm.c b/lib/http_ntlm.c index 29615a470..bb17f371b 100644 --- a/lib/http_ntlm.c +++ b/lib/http_ntlm.c @@ -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> |