From 077125e4a2a77384c88b51ffd88c985cabf95193 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 2 Jun 2010 14:13:02 +0200 Subject: include libcurl standard internal headers --- lib/curl_fnmatch.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib/curl_fnmatch.c') diff --git a/lib/curl_fnmatch.c b/lib/curl_fnmatch.c index bc17ed673..0725ce2bd 100644 --- a/lib/curl_fnmatch.c +++ b/lib/curl_fnmatch.c @@ -24,6 +24,13 @@ #include "curl_fnmatch.h" +#define _MPRINTF_REPLACE /* use our functions only */ +#include + +#include "curl_memory.h" +/* The last #include file should be: */ +#include "memdebug.h" + #define CURLFNM_CHARSET_LEN (sizeof(char) * 256) #define CURLFNM_CHSET_SIZE (CURLFNM_CHARSET_LEN + 15) -- cgit v1.2.3