(va_start) [_WIN32]: For va_start() requires stdarg.h and stdio.h.

This commit is contained in:
Ron Koenderink 2007-08-19 00:55:14 +00:00
parent 2e012c8fa3
commit 049bf68035

View file

@ -49,6 +49,8 @@
#include <sys/stat.h> #include <sys/stat.h>
#include <fcntl.h> #include <fcntl.h>
#include <share.h> #include <share.h>
#include <stdio.h>
#include <stdarg.h>
#include <errno.h> #include <errno.h>