From: Daniel Stenberg Date: Fri, 16 Sep 2005 05:49:53 +0000 (+0000) Subject: use internal *printf() clones X-Git-Tag: curl-7_15_0~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09c8f558f722f897ba234f0f5c43731e500c9763;p=thirdparty%2Fcurl.git use internal *printf() clones --- diff --git a/tests/server/tftpd.c b/tests/server/tftpd.c index bc9c82e1cb..27876ba0f2 100644 --- a/tests/server/tftpd.c +++ b/tests/server/tftpd.c @@ -91,6 +91,10 @@ #include #include +#define ENABLE_CURLX_PRINTF +/* make the curlx header define all printf() functions to use the curlx_* + versions instead */ +#include "curlx.h" /* from the private lib dir */ #include "getpart.h" #include "util.h"