mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
fix compiler warning: external declaration in primary source file
This commit is contained in:
parent
b6f29bef06
commit
7c9631081d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user