Skip to content
Snippets Groups Projects
Commit 48a5c64e authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

include stdarg.h since we use va_* stuff

parent 140606cc
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@
***************************************************************************/
#include "setup.h"
#include <stdarg.h>
#include <stdlib.h>
#include <curl/curl.h>
#include "urldata.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment