va_arg needs stdarg.h
This commit is contained in:
parent
2b02668cc3
commit
21085b5863
|
@ -34,6 +34,8 @@
|
|||
|
||||
#ifdef _WIN32
|
||||
# include <windows.h>
|
||||
#else
|
||||
#include <stdarg.h>
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue