safefree use: fix compiler warning

include the prototype header
This commit is contained in:
Daniel Stenberg 2011-08-24 11:55:49 +02:00
Родитель e882416e75
Коммит cb5e72bf62
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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