From 09c8f558f722f897ba234f0f5c43731e500c9763 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 16 Sep 2005 05:49:53 +0000 Subject: use internal *printf() clones --- tests/server/tftpd.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/server/tftpd.c b/tests/server/tftpd.c index bc9c82e1c..27876ba0f 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" -- cgit v1.2.3