X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2Fif2ip.c;h=389feed1cf4063e3d6a76ad637cd3d1f1e6e05ea;hb=f7bbc1c9b6a8e2c815d09612b53f453c90d962e0;hp=6e6f9692e647e3050314d594713fa61dd142088d;hpb=31368b6eac8092a307849518e912b4c475c0238a;p=platform%2Fupstream%2Fcurl.git diff --git a/lib/if2ip.c b/lib/if2ip.c index 6e6f969..389feed 100644 --- a/lib/if2ip.c +++ b/lib/if2ip.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 @@ -53,7 +53,9 @@ #include "inet_ntop.h" #include "strequal.h" #include "if2ip.h" -#include "curl_printf.h" + +#define _MPRINTF_REPLACE /* use our functions only */ +#include #include "curl_memory.h" /* The last #include file should be: */