include: Add stdarg.h so we can check for va_copy macro

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2015-06-30 09:58:47 +02:00
parent 0423057424
commit 387fd2cf53

View File

@@ -60,6 +60,7 @@
# ifdef _MSC_VER
# include <stdio.h>
# include <stdarg.h> /* va_copy define check */
/* On Microsoft compilers define inline to __inline on all others use inline */
# undef inline