Commit 0b311834 authored by Steve Holme's avatar Steve Holme
Browse files

sasl_gssapi: Fixed missing include from commit d3cca934

parent 7b5ca309
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@
#include "curl_base64.h"
#include "curl_gssapi.h"
#include "curl_memory.h"
#include "sendf.h"

#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>