aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-08-11 14:55:30 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-08-11 14:55:30 +0000
commitc7be232fee37f37842b9cca55f12c3423522c518 (patch)
treef76b7bb012463a86a52090e99aead93b45de77d3 /lib
parent2617b379be4abbc34563ab4f262b131cf68e0e36 (diff)
added include "http.h" to prevent a warning
Diffstat (limited to 'lib')
-rw-r--r--lib/http_ntlm.c1
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>