sasl_gssapi: Fixed missing include from commit d3cca934ee

This commit is contained in:
Steve Holme 2014-12-04 22:29:41 +00:00
parent 7b5ca30917
commit 0b311834eb
1 changed files with 1 additions and 0 deletions

View File

@ -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>