From: Yang Tse Date: Sun, 21 Sep 2008 03:48:25 +0000 (+0000) Subject: fix compiler warning: external declaration in primary source file X-Git-Tag: curl-7_19_1~314 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7c9631081d98784bd664d9401977e640939930ac;p=thirdparty%2Fcurl.git fix compiler warning: external declaration in primary source file --- diff --git a/tests/libtest/lib557.c b/tests/libtest/lib557.c index cb54ec7082..124cd7c2bc 100644 --- a/tests/libtest/lib557.c +++ b/tests/libtest/lib557.c @@ -15,9 +15,9 @@ #include "test.h" -#include "memdebug.h" +#include -int curl_msprintf(char *buffer, const char *format, ...); +#include "memdebug.h" #if (CURL_SIZEOF_CURL_OFF_T > CURL_SIZEOF_LONG)