include stdarg.h since we use va_* stuff

This commit is contained in:
Daniel Stenberg 2003-02-06 19:28:17 +00:00
parent 140606ccd5
commit 48a5c64e94
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
***************************************************************************/
#include "setup.h"
#include <stdarg.h>
#include <stdlib.h>
#include <curl/curl.h>
#include "urldata.h"