X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2Fhostip4.c;h=3a05d107729579463300f5c966b49f10724fb749;hb=7a9f915fa6be8c8955ff2c59169538a4d0349080;hp=37b036911db5a81f872ffd7c187d364302ef5d06;hpb=2bc9d6bb53df44a0c5174767de734620c2cdfd9e;p=platform%2Fupstream%2Fcurl.git diff --git a/lib/hostip4.c b/lib/hostip4.c index 37b0369..3a05d10 100644 --- a/lib/hostip4.c +++ b/lib/hostip4.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2015, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2014, 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 @@ -48,7 +48,10 @@ #include "strerror.h" #include "url.h" #include "inet_pton.h" -#include "curl_printf.h" + +#define _MPRINTF_REPLACE /* use our functions only */ +#include + #include "curl_memory.h" /* The last #include file should be: */ #include "memdebug.h"