aboutsummaryrefslogtreecommitdiff
path: root/lib/http_negotiate.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-08-24 11:55:49 +0200
committerDaniel Stenberg <daniel@haxx.se>2011-08-24 11:55:49 +0200
commitcb5e72bf62cdea7e8866f09633aff1ce95f3517d (patch)
tree198be2f37684985a37dc667bdfe60d805deb37ad /lib/http_negotiate.c
parente882416e75f61cc2928407ed3173c5106c9b4f29 (diff)
safefree use: fix compiler warning
include the prototype header
Diffstat (limited to 'lib/http_negotiate.c')
-rw-r--r--lib/http_negotiate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/http_negotiate.c b/lib/http_negotiate.c
index f0cf16b9e..4e68ab762 100644
--- a/lib/http_negotiate.c
+++ b/lib/http_negotiate.c
@@ -37,6 +37,7 @@
#include "curl_base64.h"
#include "http_negotiate.h"
#include "curl_memory.h"
+#include "url.h"
#ifdef HAVE_SPNEGO
# include <spnegohelp.h>