mirror of
https://github.com/curl/curl.git
synced 2026-05-06 11:37:28 +03:00
include stdarg.h since we use va_* stuff
This commit is contained in:
parent
140606ccd5
commit
48a5c64e94
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
|||
***************************************************************************/
|
||||
|
||||
#include "setup.h"
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
#include <curl/curl.h>
|
||||
#include "urldata.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue