From 7c9631081d98784bd664d9401977e640939930ac Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Sun, 21 Sep 2008 03:48:25 +0000 Subject: fix compiler warning: external declaration in primary source file --- tests/libtest/lib557.c | 4 ++-- 1 file 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 -int curl_msprintf(char *buffer, const char *format, ...); +#include "memdebug.h" #if (CURL_SIZEOF_CURL_OFF_T > CURL_SIZEOF_LONG) -- cgit v1.2.3