aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-09-21 03:48:25 +0000
committerYang Tse <yangsita@gmail.com>2008-09-21 03:48:25 +0000
commit7c9631081d98784bd664d9401977e640939930ac (patch)
treeb31d6a468a0f1b89ddfe56e54877f67d6a3d79dc /tests
parentb6f29bef06035e53d2561a3cb72db10479db4303 (diff)
fix compiler warning: external declaration in primary source file
Diffstat (limited to 'tests')
-rw-r--r--tests/libtest/lib557.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/libtest/lib557.c b/tests/libtest/lib557.c
index cb54ec708..124cd7c2b 100644
--- a/tests/libtest/lib557.c
+++ b/tests/libtest/lib557.c
@@ -15,9 +15,9 @@
#include "test.h"
-#include "memdebug.h"
+#include <curl/mprintf.h>
-int curl_msprintf(char *buffer, const char *format, ...);
+#include "memdebug.h"
#if (CURL_SIZEOF_CURL_OFF_T > CURL_SIZEOF_LONG)