diff --git a/tests/server/tftpd.c b/tests/server/tftpd.c index bc9c82e1cb5ac67b52b96e61b306641ffc870972..27876ba0f2e013e31ec5ff011bac37b6b418f526 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"