]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
fix compiler warning: external declaration in primary source file
authorYang Tse <yangsita@gmail.com>
Sun, 21 Sep 2008 03:48:25 +0000 (03:48 +0000)
committerYang Tse <yangsita@gmail.com>
Sun, 21 Sep 2008 03:48:25 +0000 (03:48 +0000)
tests/libtest/lib557.c

index cb54ec70828ac7301af6e2e95371a3f08eda1fd3..124cd7c2bcd25833865179db7ee372863891bf6e 100644 (file)
@@ -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)