aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib530.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-01-20 22:53:56 +0000
committerYang Tse <yangsita@gmail.com>2008-01-20 22:53:56 +0000
commita4eddf0d0dfb556f26201cc264a080f38e868f09 (patch)
tree33a7db1dc746a3bea57f6f1ba12707136a4b9ce3 /tests/libtest/lib530.c
parentfcf9029179dcb24f18e2a0bc33bbad706c71055a (diff)
use internal *printf() clones since snprintf() not available on all platforms
Diffstat (limited to 'tests/libtest/lib530.c')
-rw-r--r--tests/libtest/lib530.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/libtest/lib530.c b/tests/libtest/lib530.c
index 5d4a9b3ef..cab4d8300 100644
--- a/tests/libtest/lib530.c
+++ b/tests/libtest/lib530.c
@@ -13,6 +13,9 @@
#include <sys/types.h>
#include <sys/stat.h>
+#define ENABLE_CURLX_PRINTF
+#include "curlx.h"
+
#include "testutil.h"
#define MAIN_LOOP_HANG_TIMEOUT 90 * 1000