mirror of
https://github.com/curl/curl.git
synced 2026-08-05 14:36:13 +03:00
fix compiler warning: external declaration in primary source file
This commit is contained in:
parent
b6f29bef06
commit
7c9631081d
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue