aboutsummaryrefslogtreecommitdiff
path: root/tests/server/sws.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/server/sws.c')
-rw-r--r--tests/server/sws.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/server/sws.c b/tests/server/sws.c
index 852b27a2e..161cea678 100644
--- a/tests/server/sws.c
+++ b/tests/server/sws.c
@@ -55,6 +55,9 @@
#include <netdb.h>
#endif
+#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"