va_arg needs stdarg.h

This commit is contained in:
Víctor Román Archidona 2014-07-23 13:06:41 +02:00
parent 2b02668cc3
commit 21085b5863

View file

@ -34,6 +34,8 @@
#ifdef _WIN32
# include <windows.h>
#else
#include <stdarg.h>
#endif
#include <stdio.h>