diff options
author | Yang Tse <yangsita@gmail.com> | 2008-09-21 03:48:25 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-09-21 03:48:25 +0000 |
commit | 7c9631081d98784bd664d9401977e640939930ac (patch) | |
tree | b31d6a468a0f1b89ddfe56e54877f67d6a3d79dc /tests/libtest | |
parent | b6f29bef06035e53d2561a3cb72db10479db4303 (diff) |
fix compiler warning: external declaration in primary source file
Diffstat (limited to 'tests/libtest')
-rw-r--r-- | tests/libtest/lib557.c | 4 |
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) |