Commit cb5e72bf authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

safefree use: fix compiler warning

include the prototype header
parent e882416e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>