mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
include stdarg.h since we use va_* stuff
This commit is contained in:
parent
140606ccd5
commit
48a5c64e94
@ -22,6 +22,7 @@
|
||||
***************************************************************************/
|
||||
|
||||
#include "setup.h"
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
#include <curl/curl.h>
|
||||
#include "urldata.h"
|
||||
|
Loading…
Reference in New Issue
Block a user