diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-08-24 11:55:49 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-08-24 11:55:49 +0200 |
commit | cb5e72bf62cdea7e8866f09633aff1ce95f3517d (patch) | |
tree | 198be2f37684985a37dc667bdfe60d805deb37ad /lib/http_negotiate.c | |
parent | e882416e75f61cc2928407ed3173c5106c9b4f29 (diff) | |
download | curl-cb5e72bf62cdea7e8866f09633aff1ce95f3517d.tar.gz |
safefree use: fix compiler warning
include the prototype header
Diffstat (limited to 'lib/http_negotiate.c')
-rw-r--r-- | lib/http_negotiate.c | 1 |
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> |