mirror of
https://github.com/curl/curl.git
synced 2026-07-29 06:23:07 +03:00
fix curl.h include
This commit is contained in:
parent
49111a63e6
commit
8ef8e949bd
1 changed files with 2 additions and 1 deletions
|
|
@ -26,7 +26,8 @@
|
|||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h> /* needed for FILE */
|
||||
#include <curl/curl.h>
|
||||
|
||||
#include "curl.h"
|
||||
|
||||
CURL_EXTERN int curl_mprintf(const char *format, ...);
|
||||
CURL_EXTERN int curl_mfprintf(FILE *fd, const char *format, ...);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue