]> granicus.if.org Git - curl/commitdiff
safefree use: fix compiler warning
authorDaniel Stenberg <daniel@haxx.se>
Wed, 24 Aug 2011 09:55:49 +0000 (11:55 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 24 Aug 2011 09:55:49 +0000 (11:55 +0200)
include the prototype header

lib/http_negotiate.c

index f0cf16b9e7c77e25f5969ef643974cb70b6ee69d..4e68ab7627705576c12b80706e49fbd300338a10 100644 (file)
@@ -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>