X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2Fcurl_fnmatch.c;h=63f67b9aa2bb3e73454cc27ff630a7b617bd18cc;hb=7a9f915fa6be8c8955ff2c59169538a4d0349080;hp=1e53918d86074125d9bded7df621a57ffc3ab5a7;hpb=2bc9d6bb53df44a0c5174767de734620c2cdfd9e;p=platform%2Fupstream%2Fcurl.git diff --git a/lib/curl_fnmatch.c b/lib/curl_fnmatch.c index 1e53918..63f67b9 100644 --- a/lib/curl_fnmatch.c +++ b/lib/curl_fnmatch.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2015, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2011, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -23,8 +23,11 @@ #include "curl_setup.h" #include "curl_fnmatch.h" -#include "curl_memory.h" +#define _MPRINTF_REPLACE /* use our functions only */ +#include + +#include "curl_memory.h" /* The last #include file should be: */ #include "memdebug.h"