summaryrefslogtreecommitdiff
path: root/lib/socks_gssapi.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-01-23 17:31:54 +0000
committerYang Tse <yangsita@gmail.com>2010-01-23 17:31:54 +0000
commit0abd928d3ddc74d6e14249684d3a7a8df6a8b421 (patch)
treeef2f9a1baf0df2842349faf675585d368c9558d7 /lib/socks_gssapi.c
parent597ad5a2ce99b8e74c32f7ead13581d2e9b23155 (diff)
downloadcurl-0abd928d3ddc74d6e14249684d3a7a8df6a8b421.tar.gz
add inclusion of curl_memory.h
Diffstat (limited to 'lib/socks_gssapi.c')
-rw-r--r--lib/socks_gssapi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/socks_gssapi.c b/lib/socks_gssapi.c
index 8b5ccf714..a32e928c8 100644
--- a/lib/socks_gssapi.c
+++ b/lib/socks_gssapi.c
@@ -49,6 +49,7 @@ static gss_ctx_id_t gss_context = GSS_C_NO_CONTEXT;
#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>
+#include "curl_memory.h"
/* The last #include file should be: */
#include "memdebug.h"