include stdarg.h since we use va_* stuff

This commit is contained in:
Daniel Stenberg 2003-02-06 19:28:17 +00:00
Родитель 140606ccd5
Коммит 48a5c64e94
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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